1.

Solve : Verifying file stability using DOS command?

Answer»

I have flat TXT files SENT me and I need to verify if the file is stable or unchange before executing a BAT file  !!!

Is there any way (using DOS) I can verify that the file is in a stable state before executing my bat file  If you have two copies of the file, you can try this:

COMP FILE1 file2

If not, you can always set the file to read-only:

ATTRIB +R filename



Discussion

No Comment Found