Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Delete First Line of Text
Name: CWoodward Date: February 7, 2006 at 15:38:15 Pacific OS: Windows XP CPU/Ram: Intel Celleron
Comment:
Hello! I would like to use a batch file to delete the first line of a text file and send the rest of the file to a new text file.
Summary: Does anyone know how to delete the first line of text from a text file using a batch file (or a simple way from the command line)? Thanks, Cory ...
Summary: I found this code on this forum : It deletes the first 4 lines of a text file, but I only want it to delete the first line... I do not understand this syntax and where to change it.. Can somone help? ...