mIRC Home    About    Download    Register    News    Help

Print Thread
#96616 03/09/04 06:22 PM
T
Turbo_boy
Turbo_boy
T
I found another bug:

/write -dstest txt\testing.txt

^^ he will not delete test if it is in the txt file >:-)

#96617 03/09/04 06:30 PM
Joined: Jun 2003
Posts: 4,670
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 4,670
It works fine here, mIRC 6.16.

Bear in mind, if you have something like the following in a file (info.txt for example):

Testing
Blah test
Moo

Then use /write -dstest info.txt it won't delete anything, because the word 'Test' is not there - the word 'Testing' is. You need to use the -w# switch, for example, /write -dw*test* info.txt, in which case it will remove Testing.

Regards,

#96618 03/09/04 06:40 PM
T
Turbo_boy
Turbo_boy
T
/write -ds $+ $2 txt\renegade.txt

If i use that in my script it will not be aply to delete it, but if i typ /write -dstest txt\renegade.txt he will delete it.

#96619 03/09/04 06:42 PM
T
Turbo_boy
Turbo_boy
T
nevermind /me is stupid :P (was working on input but did't put in into that script :'()


Link Copied to Clipboard