mIRC Home    About    Download    Register    News    Help

Print Thread
#94110 13/08/04 11:06 PM
Joined: Dec 2002
Posts: 7
P
Postino Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Dec 2002
Posts: 7
Hello,
Could anyone help me with this snippet?
I have searched the board for rename and move files but the examples there didn't help me much...
on 1:FILERCVD:*:{
rename $+(", $filename ,") $+("d:\downloads\completed files\"), $+ $nopath($filename)
}

Thank you in advance.

#94111 14/08/04 12:15 AM
Joined: Dec 2002
Posts: 788
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 788
rename $+(",$filename,") $+("d:\downloads\completed files\,$nopath($filename),")

Is probably what you want.

Eamonn.

#94112 14/08/04 02:24 AM
Joined: Dec 2002
Posts: 7
P
Postino Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
P
Joined: Dec 2002
Posts: 7
Thank you very much!!!
It works now!


Link Copied to Clipboard