Jump to content

help phrasing a command


Recommended Posts

Could someone please help me out.

I cant seem to get this right. I want to replace a hardcoded path in a command with a varible that I can change thoughout the code.

Global $SearchDir
$sSortedDir = StringStripWS(_GetDOSOutput('dir '&$SearchDir &' /A:-A /B /O:N'), 3)

;This is what I would like, but it is not functional.


Global $sSortedDir = StringStripWS(_GetDOSOutput('dir "C:\Program Files\AutoIt3\" /A:-A /B /O:N'), 3)

;This works fine, I just cant change the path

Thanks

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...