mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jul 2016
Posts: 1
I
Ikkichi Offline OP
Mostly harmless
OP Offline
Mostly harmless
I
Joined: Jul 2016
Posts: 1
Hey All,

I was wondering in the DCC file options it give you download location and a script bar.

Is there anywhere in MIRC, Or a script that could be places there to move completed downloads to another location on the local host ?

Thanks

Joined: Dec 2008
Posts: 1,515
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2008
Posts: 1,515
Try use this code:

Code:
ON *:FILERCVD:*.*: { 
 if ($isfile($filename)) && ($file($filename).size) { .copy -o $qt($filename) $qt($sysdir(downloads) $+ $nopath($filename)) } 
}

More /help on filercvd

OR better use the mIRC options to change that:

Alt +O -> DCC -> Folders -> Add or Edit


Last edited by westor; 17/07/16 08:55 AM.

Need Online mIRC help or an mIRC Scripting Freelancer? -> https://irc.chathub.org <-

Link Copied to Clipboard