mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: May 2004
Posts: 27
N
Nixor Offline OP
Ameglian cow
OP Offline
Ameglian cow
N
Joined: May 2004
Posts: 27
//filter -fac $sys(lista).txt mirc.txt $remove($1-,0) *.mp3*

i want use that, for save the result of the mp3 list, to mirc.txt removing the 0 of the code... if the .mp3 iswm the line.. is an example, but i cant remove the string... with is bad?


---

Nixor's - http://xoniq.tk
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Put this in the remote and type /test
  • alias test {
    .fopen -no test mirc.txt
    filter -fk $sys(lista).txt _remove_zero *.mp3*
    .fclose test
    }

    alias -l _remove_zero .fwrite -n test $remove($1-,0)


Link Copied to Clipboard