gerwim 0 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 Share this post Link to post Share on other sites
BigDod 518 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 Share this post Link to post Share on other sites