behdadsoft Posted December 24, 2013 Posted December 24, 2013 (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 December 24, 2013 by behdadsoft
Factfinder Posted December 24, 2013 Posted December 24, 2013 (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 December 24, 2013 by Factfinder behdadsoft 1
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