Skip to content

Instantly share code, notes, and snippets.

@db93n2
Created November 13, 2017 10:08
Show Gist options
  • Save db93n2/aa91cf602532f358ca9ea913c5b9a50a to your computer and use it in GitHub Desktop.
Save db93n2/aa91cf602532f358ca9ea913c5b9a50a to your computer and use it in GitHub Desktop.
(autohotkey) - wrap a string in quotes
quote(string) {
return """" string """"
}
@db93n2
Copy link
Author

db93n2 commented Nov 13, 2017

run, % comspec " /c " quote("C:\a program path that has spaces.exe")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment