Jump to content

Recommended Posts

Posted (edited)

Hi.

I want Put @WorkingDir in " " .mean when My software install in Program Files Folder or any folder with Space could launch.

Thanks

Edited by behdadsoft
Posted (edited)

Hi,
 
If you use @WorkingDir in a native autoit script you don't need the quote marks. Only when you call cmd and use @WorkingDir in a cmd command you need to put the @WorkingDir that contain spaces in the quote marks like this:

$dir = '"' & @WorkingDir & '"'
Edited by Factfinder

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
  • Recently Browsing   0 members

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