View Single Post
  #1 (permalink)  
Old 01-05-2009, 08:49 PM
vhurst
Guest
 
Posts: n/a
Default FULLFILESPEC stripping slashes

I'm trying to send the
Code:
[[%FULLFILESPEC%]]
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.

Last edited by vhurst; 01-05-2009 at 08:52 PM. Reason: Had to put the example inside code tags, otherwise my D drive turned into a smiley
Reply With Quote