/Batch-file

command batch file

Primary LanguageHTML

Batch-file

command batch file Sample csv for use command line to compound all together as one single file how to use copy, type command

extract all csv into new folder and name it's CSV open command prompt goto CSV path folder

command

copy Set1.csv+Set2.csv+Set3.csv newfile-from-copy.csv

or

type Set*.csv >> newfile-from-type.csv