Jammer Posted February 8, 2005 Posted February 8, 2005 How can i run a program with command line. i need to run this file with these command lines: Aut2exe.exe /in temp.au3 /out Generated! Var1 - " & $var1 & " Var2 - " & $var2 & ".exe /icon script.ico /pass passlessw0rd
Jammer Posted February 8, 2005 Author Posted February 8, 2005 How can i run a program with command line. i need to run this file with these command lines:Aut2exe.exe /in temp.au3 /out Generated! Var1 - " & $var1 & " Var2 - " & $var2 & ".exe /icon script.ico /pass passlessw0rd<{POST_SNAPBACK}>or just Game.exe with command line -console
Blue_Drache Posted February 8, 2005 Posted February 8, 2005 or just Game.exe with command line -console<{POST_SNAPBACK}>Runwait(@comspec) will be your best bet. Look at the help file under "runwait" Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now