lgnihlman Posted December 16, 2005 Posted December 16, 2005 I'm having trouble with RunWait since I need to use the " character as a part of the command line. RunWait("program.exe /s /v" /L c:\temp\log.txt"") Is there a way to get this to work ? Thanks ! Lars-Gunnar Nihlman
GaryFrost Posted December 16, 2005 Posted December 16, 2005 RunWait('program.exe /s /v" /L c:\temp\log.txt"') SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
lgnihlman Posted December 16, 2005 Author Posted December 16, 2005 Thanks ! It works Ok now. /L-G Nihlman
erebus Posted December 16, 2005 Posted December 16, 2005 A good workaround is to also use the Chr(34) instead of " in your RunWait function.
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