Monday, September 10, 2012

Some Useful DOS Commands

COPY Comment in DOS:
Make a copy of a file or merge files together.
COPY original-file destination-file
where original-file  and destination-file  are file
names, separated by a space.
The command can be used to merge several files into one file
since the original-file  parameter can be a list of
filenames separated by the + symbol. For example:
COPY file1 + file2 file3

No comments:

Post a Comment