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
/S=C does not work if relative paths for the files to compar
Moderators: Hacker, petermad, Stefan2, white