mIRC Homepage
Posted By: Joe_Dean Some help with /write - 20/01/09 11:35 AM
I'm trying to /write ban list items in a file, only I want them listed in the file from oldest to newest. So basically I need to write to a file "backwards", where it doesn't add the info on a new line, instead it adds it to the first line.

/write -l1 would replace the first line all the time, so that won't work. Any help is appreciated. Thanks.
Posted By: lerpicus Re: Some help with /write - 20/01/09 12:51 PM
Code:
/write -il1 yourfile.txt %yourdata 
will insert a new line at the very beginning of yourfile.txt. Note the -i switch for insert.
Hope this helps
Posted By: Joe_Dean Re: Some help with /write - 21/01/09 12:32 AM
Thanks, I try this out. Obviously if I don't reply back, it means it works. :P

Thanks man. laugh
© mIRC Discussion Forums