mIRC Home    About    Download    Register    News    Help

Print Thread
#22559 05/05/03 05:32 PM
Joined: May 2003
Posts: 2
A
as_twit Offline OP
Bowl of petunias
OP Offline
Bowl of petunias
A
Joined: May 2003
Posts: 2
when i download a file i have its CRC added to the filename. is there some way to change what file the "Open" button on the dcc dialog points to.

ex.

download "Picture.jpg" the script renames it to "Picture D4JJ49CS.jpg"

Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
On *:FILERCVD:*.*:{
.rename $filename $filename $+ _ $+ $crc($filename)
echo -a * Successfully received $filename from $nick - press F1 to run.
set %filename $filename $+ _ $+ $crc($filename)
}
alias F1 { .run %filename }

That's the best you can't do - you can't edit miRC dialogs.


- cF
Dedicated helper for rent.

Link Copied to Clipboard