in reply to Re^2: System command with quotes and variables
in thread System command with quotes and variables

You can use forward-slash / or back-slash \ as a directory separator on Windows. Forward slash is easier since you don't have to escape it (cmd.exe and Windows Explorer only support \).
You might also like to consider using qq to avoid escapes.
  • Comment on Re^3: System command with quotes and variables