Jump to content

Recommended Posts

Posted

runwait ("C:\builds\gfs\FLAT\WIN32\EN\ie6setup.exe /C:"ie6wzd /S:""#e"" /Q /R:N"")

can someone tell me why this won't work when the same cmd line parameters in auto2 work in the format that it is supposed to be in.

Posted

Yea, that is why I like the single quote when I have need to use doubles in the statement, I get mixed up with all the doubles.

I don't have the IE6 command line handy, but you might try this as well, or it might show you one more option on how to do it.

runwait ('C:\builds\gfs\FLAT\WIN32\EN\ie6setup.exe /C:"ie6wzd /S:"#e" /Q /R:N" ')

Run and RunWait can use single or double quotes.

Runwait('C:\long long path\big long filename.exe /c command="Bobby" ')

AutoIt3, the MACGYVER Pocket Knife for computers.

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
×
×
  • Create New...