mIRC Homepage
Posted By: Adriano Remove stuff .ini into a dir... - 24/10/04 04:54 PM
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
Posted By: Relinsquish Re: Remove stuff .ini into a dir... - 25/10/04 11:44 AM
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-)) }
Posted By: Adriano Re: Remove stuff .ini into a dir... - 25/10/04 06:20 PM
thanks, Relinsquish
works very good
Posted By: Relinsquish Re: Remove stuff .ini into a dir... - 25/10/04 08:11 PM
No problem.
© mIRC Discussion Forums