mIRC Home    About    Download    Register    News    Help

Print Thread
#140103 21/01/06 11:52 PM
Joined: Dec 2002
Posts: 174
K
Kev_Uk Offline OP
Vogon poet
OP Offline
Vogon poet
K
Joined: Dec 2002
Posts: 174
How do you go about making a small script that when mirc exits it scans to see if the folder channels exists if it does then it removes it

#140104 22/01/06 12:11 AM
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
Code:
on *:exit:{
  if ($isdir(channels)) .rmdir channels
}


Link Copied to Clipboard