Escaping %’s in file-/folder-names at the command-line
- by Synetech
Does anybody of a way to access files and directories that have a % in their name (which is valid) from the command-line? Specifically, if there are two %’s and the text between them happens to correspond to an environment variable.
For example, if there is a file called C:\blah\%temp%.txt or a folder called C:\Program Files\%temp%\, none of the…