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
in this example I need A,B and C deleted along with the line
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This should do it
That will re-create the file with the first 3 lines removed.
To keep the user updated you could integrate messages in the batch file in vbscript style or output messages in the command prompt.
Hope this helps.