mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2004
Posts: 84
A
Adriano Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Jan 2004
Posts: 84
Hello
I have some stuff .ini on dir dcc, how to remove all when i click [clear] button

if ($did == 8) { .remove system\hash\dcc,*.ini $input(Do you want to remove dir...?,y,Clearing...) }

and i have also prob with that input problem $true $false

any help please

Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
Code:
If ($Did == 8) && ($Input(Do you want to remove dir...?,y,Clearing...) == $True) { .echo -q $Findfile(system\hash\dcc,*.ini,0,remove $Shortfn($1-)) }


- Relinsquish
Joined: Jan 2004
Posts: 84
A
Adriano Offline OP
Babel fish
OP Offline
Babel fish
A
Joined: Jan 2004
Posts: 84
thanks, Relinsquish
works very good

Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
No problem.


- Relinsquish

Link Copied to Clipboard