Jump to content

Write checked chackboxes


 Share

Recommended Posts

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 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

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...