Bullitt00692 Posted April 19, 2008 Posted April 19, 2008 I need to write a script to execute the below command: "c:\program files\SD_Lib\smartview.exe /s /v/qn" I am having trouble getting the RUNWAIT command to run correctly. Can someone show me how I should code the RUNWAIT or another command to execute this within an Auto-it script? Thanks!
monoceres Posted April 19, 2008 Posted April 19, 2008 (edited) Doesn't this work? RunWait("""smartview.exe /s /v /qn""","c:\program files\SD-lib\",@SW_HIDE) Edit: Fixed quotes Edited April 19, 2008 by monoceres Broken link? PM me and I'll send you the file!
Zedna Posted April 19, 2008 Posted April 19, 2008 (edited) RunWait('"c:\program files\SD_Lib\smartview.exe" /s /v /qn',"c:\program files\SD-lib\",@SW_HIDE) Edited April 19, 2008 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search
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