mIRC Home    About    Download    Register    News    Help

Print Thread
#96616 03/09/04 06:22 PM
Joined: Sep 2003
Posts: 84
T
Babel fish
OP Offline
Babel fish
T
Joined: Sep 2003
Posts: 84
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: 5,024
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Jun 2003
Posts: 5,024
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,


Mentality/Chris
#96618 03/09/04 06:40 PM
Joined: Sep 2003
Posts: 84
T
Babel fish
OP Offline
Babel fish
T
Joined: Sep 2003
Posts: 84
/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
Joined: Sep 2003
Posts: 84
T
Babel fish
OP Offline
Babel fish
T
Joined: Sep 2003
Posts: 84
nevermind /me is stupid :P (was working on input but did't put in into that script :'()


Link Copied to Clipboard