whats the easiest way of converting all backslashes to forward in a path in a batch file, since I need to use bash for execution.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Basically, you need first to store the string value into an environment variable, then use the following template:
to replace every occurrence of You can always remind yourself about this pattern by invoking |
||||
|
|
|
|||