1) Please use this command to copy all TXT or CSV files into one file.

copy *.txt Compiled.txt
copy *.csv Compiled.csv

2) To make new Directory use "MD" command

MD FolderName


3) To Move all files in different folder - Use below given command

copy *.txt D:\FolderName\
copy *.csv D:\FolderName\


4) To copy and move compiled file in "FolderName" - Use below given commands

move *.txt D:\FolderName\Compiled.txt
move *.csv D:\FolderName\Compiled.csv

5) To call System files / Other files use START Command

START EXCEL
START CALC
START MSPAINT

START D:\FolderName\Compiled.txt


Copy the command in a separate textfile and save the file as .BAT




