Because of the sometimes empty variables in cmd-script, I get directory definitions with double backslashes (\\). Example:
SET "Mp3OutDir=%Mp3Root%\%AlbumDir%\%AlbumArtist1stChar%\%AlbumArtistSort_VDN%\[%Year%] %Album_VDN%"
results if% AlbumDir% is not defined by the user as part of the procedure, something like
mkdir "D:\Public\Music\Mp3CDRips\\G\Gabriel, Peter"
This seems to work without errors, but I'm curious if this interpreter is allowed by the cmd interpreter.
Cheers, Martin
cmd batch-file backslash
cmdquestion
source share