Jump to content

Run does not work with spaces


 Share

Recommended Posts

Hi there,

I have in my folder the following files:

program.exe

program 0.11.exe

And 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 by gerwim
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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