D Don Taylor Sep 19, 2005 #2 =?Utf-8?B?Sm9l?= said: Can windows xp check user copy file to floppy or cdr Click to expand... The command line utility fc will compare two files, fc /? will give you a list of optional parameters. You can compare literal bytes /B (binary comparison) or compare as text /L. You give it the two drive,path,file names to compare.
=?Utf-8?B?Sm9l?= said: Can windows xp check user copy file to floppy or cdr Click to expand... The command line utility fc will compare two files, fc /? will give you a list of optional parameters. You can compare literal bytes /B (binary comparison) or compare as text /L. You give it the two drive,path,file names to compare.