1.

Solve : Delete first line of file?

Answer»

I need to delete ONLY the first line of each FILE. The first line contains the text
"!Data". I am wondering what DOS SCRIPT I would use delete this line. Thanks for your help!Code: [Select]more +2 file > newfile
That did it. I had to change the +2 to +1 to just delete the first line. Thanks for your help.



Discussion

No Comment Found