Releases: rari-teh/random-tools
Releases · rari-teh/random-tools
jpsxdec-xaanarchy
backlash
This simple command-line tool duplicates all backslashes in a string. For example, in a Batch script, to assign the working directory’s path with escaped backslashes to the variable %VAR%
, one can use:
for /f %%i in ('backlash %cd%') do set VAR=%%i
This should be useful to automate the creation of .reg files, for example.