mIRC Homepage
Posted By: k1ll3rz File Search Script - 19/05/04 06:06 PM
is there a better way to write this code?



alias filesearch {
.var %i 1
while (%i <= %lines) {
did -a findfile 8 $remove($read(found.txt,%i),%_scdir)
.inc %i
}
did -a findfile 8 End of Files Found
}
Posted By: kocam Re: File Search Script - 19/05/04 06:42 PM
/filter -foa found.txt findfile 8 change
alias change { return $remove($1-,%_scdir) }

*untested
Posted By: k1ll3rz Re: File Search Script - 20/05/04 06:16 PM
it works but it shows it in the dialog listbox more that once. any idea why?
© mIRC Discussion Forums