As the title states I need a batch file to delete the FIRST 3 lines of a text file.
for example:
A B C D E F G
I use "more" command for outting file after nth line Command (windows)
More +n orginalfilename.txt > outputfilename.txt
Description: Outputting file of txt after nth line