agenore Posted October 29, 2008 Posted October 29, 2008 How can I delete a line in a file? line1 line1 line2 line3 line3=> line4 line4 line5 line5
Marlo Posted October 29, 2008 Posted October 29, 2008 these has been asked (and answered) many times. Use the search feature my friend Click here for the best AutoIt help possible.Currently Working on: Autoit RAT
Andreik Posted October 29, 2008 Posted October 29, 2008 How can I delete a line in a file? line1 line1 line2 line3 line3=> line4 line4 line5 line5If your file is TEST.TXT: LINE1 LINE2 LINE3 LINE4 LINE5 this is a very simple method to delete LINE2 #Include <File.au3> _FileWriteToLine(@ScriptDir & "\TEST.TXT",2,"",1)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now