webui.bat --use-zluda --debug --autolaunch
I want to run this batch file (webui.bat) with these command line arguments (–use-zluda –debug –autolaunch).
The batch file is located at ‘F:automaticwebui.bat’.
Run as Administrator is not mandatory.
Tried:
$cmdPath = Chr(34) &"F:automaticwebui.bat" &Chr(34)
Run(@ComSpec & " /c " & $cmdPath, "")
Which is returning with –
“C:Program Files (x86)AutoIt3SciTE..Aut2ExeAut2exe.exe” /in “F:run.au3”
Exit code: 0
Also how can I run it with the command line arguments?
New contributor
Sifat Oni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.