5 Replies
So, I encapsulated the original string definition in quotes. I thought it would avoid it parsing spaces when I concatenate it with the %%a series member. I've tried encapsulating that concatentation in quotes, tried it without, tried removing the tilde, all have the same effect. Any ideas?
you might not want quotes in
SET executable="C:\Program Files (x86)\Steam\steamapps\common\Streets of Rogue\StreetsOfRogue.exe"
But the filepath has spaces in it. Wouldn't that cause it to parse the spaces outside of the string?
when you use it, put it in quotes
but you have quotes in the variable, then also wrapping in quotes again
Oh nice, good catch. Thanks!