Can windows xp check user copy file to floppy or cdr

  • Thread starter Thread starter Guest
  • Start date Start date
=?Utf-8?B?Sm9l?= said:
Can windows xp check user copy file to floppy or cdr

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.
 
Back
Top