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.

  • Developers
Posted

looks like you have one double quote missing...

just take the commandline that works from the commandprompt or AU2 and put it in:

runwait (' -the command- ')

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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
  • Recently Browsing   0 members

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