gerwim Posted January 6, 2011 Posted January 6, 2011 (edited) Hi there,I have in my folder the following files:program.exeprogram 0.11.exeAnd I have this simple script:Run("program 0.11.exe")When I do so, autoit opens program.exe and not program 0.11.exe. It's even quoted. :-|Anyone knows the solution to this?Thanks in advance.Edit: fixed by using Run('"program 0.11.exe"') Edited January 6, 2011 by gerwim
BigDod Posted January 6, 2011 Posted January 6, 2011 Try Run("'program 0.11.exe'") Time you enjoyed wasting is not wasted time ......T.S. Elliot Suspense is worse than disappointment................Robert Burns God help the man who won't help himself, because no-one else will...........My Grandmother
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