start.bat 222 B

12345678
  1. @echo off
  2. cd /d %~dp0
  3. if "%1"=="h" goto CmdBegin
  4. mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit
  5. :CmdBegin
  6. cd /d "C:/Users/86332/Desktop/createdpf/create_pdf"
  7. start "" /B "create_pdf.exe"