mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2015
Posts: 1
F
fdtrhww Offline OP
Mostly harmless
OP Offline
Mostly harmless
F
Joined: Apr 2015
Posts: 1
I have my download folder set to a usb drive that shows up after mirc starts up. I think because mirc can't see it at startup, it reset's it.

It's very annoying, could you change it so the check happens at download time instead of startup?

Joined: Nov 2009
Posts: 295
P
Fjord artisan
Offline
Fjord artisan
P
Joined: Nov 2009
Posts: 295
Try this out. I have this in a script that sorts downloads by folder and I believe that's all that's needed.

Code:
ctcp *:DCC SEND:{
  dcc get "g:\download folder"
}


http://scripting.pball.win
My personal site with some scripts I've released.

Link Copied to Clipboard