Batch Script for copy compared file

Asked By 50 points N/A Posted on -
qa-featured

I have been working with some batch files now I want to create a batch file which copy text from another file and compare to other files so if somebody have some solution over it please revert and please mail your suggestion with a subject line batch copy compared file.

SHARE
Best Answer by John Doctorr
Answered By 0 points N/A #140869

Batch Script for copy compared file

qa-featured

If I understood you correctly, you want to compare text between two files. 

You do this by going to "comp", which allows you to compare two sets of files.
In order to do so you must use wildcards in data1 and data2 parameters in the line below. 
 
C:>comp /?
 
COMP [data1] [data2] [/D] [/A] [/L] [/N=number] [/C] [/OFF[LINE]]
 
I hope that answers your question.

 

Best Answer
Best Answer
Answered By 0 points N/A #140870

Batch Script for copy compared file

qa-featured

Batch files allow disk software system and Microsoft Windows users to form an inventory of commands to run in sequence once the batch file has been dead.

As associate example, a batch file could be accustomed run offtimes run commands, deleting a series of files, moving files, etc. a simple batch file doesn't want any special programming skills and could be done by users World Health Organization have a basic understanding of disk software system commands.

Related Questions