I'm trying to send the
variable to a batch file that'll CLI ImgBurn to process my IMG file. I've run into a problem that DirMon2 v6.4.49 FULLFILESPEC is stripping slashes from the paths.
Example:
Code:
"D:DVD_ImagesSesame Street - Big Bird Elmo Abby Song for 3(4).videoDVD.76(4).videoDVD.img"
I can work around the problem by stacking
Code:
%PATH% [[%BASENAME%]] %EXTENSION%
, just a bit ugly...
If I use a UNC path, it ends up with a single slash.