bordomavi Posted September 2, 2014 Author Posted September 2, 2014 ShellExecuteWait("DeepfreezeSetup.exe", "/install /Freeze=" & $tDrives & ") it doesn't work too
kylomas Posted September 2, 2014 Posted September 2, 2014 bordomavi, Are you reading anything that I'm writing????? Forum Rules Procedure for posting code "I like pigs. Dogs look up to us. Cats look down on us. Pigs treat us as equals." - Sir Winston Churchill
bordomavi Posted September 2, 2014 Author Posted September 2, 2014 bordomavi, Are you reading anything that I'm writing????? My English bad sory. i dont ask before trying something
computergroove Posted September 2, 2014 Posted September 2, 2014 (edited) ShellExecuteWait("DeepfreezeSetup.exe", "/install /Freeze=" & $tDrives & ") it doesn't work too This looks wrong to me. Try: ShellExecuteWait("DeepfreezeSetup.exe", "/install /Freeze=" & '"' & $tDrives & '"') Really the best way to test to see if the command line parameters are being sent is to use a msgbox. Edited September 2, 2014 by computergroove Get Scite to add a popup when you use a 3rd party UDF -> http://www.autoitscript.com/autoit3/scite/docs/SciTE4AutoIt3/user-calltip-manager.html
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