Skip to content

Instantly share code, notes, and snippets.

@davebrny
Created November 13, 2017 10:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davebrny/aa91cf602532f358ca9ea913c5b9a50a to your computer and use it in GitHub Desktop.
Save davebrny/aa91cf602532f358ca9ea913c5b9a50a to your computer and use it in GitHub Desktop.
(autohotkey) - wrap a string in quotes
quote(string) {
return """" string """"
}
@davebrny
Copy link
Author

davebrny 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