/S=C does not work if relative paths for the files to compar

Please report only one bug per message!

Moderators: white, Hacker, petermad, Stefan2

Post Reply
LGU
New Member
New Member
Posts: 1
Joined: 2013-11-16, 17:27 UTC

/S=C does not work if relative paths for the files to compar

Post by *LGU »

Assuming two files to compare in the dir c:\temp :

C:\temp>dir tc*

Verzeichnis von C:\temp

16.11.2013 18:07 9.070 tc1.txt
16.11.2013 18:07 10.150 tc2.txt

This command works :

C:\temp>C:\totalcmd\TOTALCMD64.EXE /S=C c:\temp\tc1.txt c:\temp\tc2.txt

Both following command syntaxes do NOT work (files not retrieved) :

C:\temp>C:\totalcmd\TOTALCMD64.EXE /S=C .\tc1.txt .\tc2.txt

C:\temp>C:\totalcmd\TOTALCMD64.EXE /S=C tc1.txt tc2.txt
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6429
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Post by *Horst.Epp »

How should TV now where youre files are located
if you use simple or relative names ?
Post Reply