mIRC File Opener
mIRC Code
+ 0 likes
Please Register to submit score.
| Average Score | 0.0 (of 0 scores) |
| Date Added | Aug 25, 2009 |
| Last Updated | Oct 11, 2009 |
| Tags | file mirc open script warizardworks |
Introduction
How it works: You right click and listed under channel modes is a menu for File Opener, you click that and brings up a file dialog. You click the file of choice and it opens it for you.
How to activate it: Take the script, put it in your remote tab and you are good to go!
That's about it for this script. Hope you enjoy.
~ This script was made by Wariopower of #WarizardWorks on irc.purplesurge.com ~
mIRC Snippet:
mIRC File Opener
Posted on Oct 11, 2009 11:15 am
Posted on Oct 11, 2009 11:15 am
~~~~~~~~~~~~~~~~~~~~
~ mIRC File Opener ~
~~~~~~~~~~~~~~~~~~~~
menu channel {
File Opener
.File Opener:/fileopen
}
alias fileopen {
if (!$1) var %file = $sfile(c:\,Pick a File,Open)
else { set %file $1- }
if (%file) {
run %file
}
}
alias was wrong
~ mIRC File Opener ~
~~~~~~~~~~~~~~~~~~~~
menu channel {
File Opener
.File Opener:/fileopen
}
alias fileopen {
if (!$1) var %file = $sfile(c:\,Pick a File,Open)
else { set %file $1- }
if (%file) {
run %file
}
}
alias was wrong
mIRC Snippet:
mIRC File Opener
Posted on Oct 11, 2009 11:33 am
Posted on Oct 11, 2009 11:33 am
Ah okay, thanks. I'll fix that right away. :P
~ Wariopower
~ Wariopower
mIRC Snippet:
mIRC File Opener
Posted on Oct 11, 2009 3:21 pm
Posted on Oct 11, 2009 3:21 pm
Bored..
| Code: |
| alias fileopen var %f = $qt($iif($1,$1-,%file = $sfile(c:\,Pick a File,Open))) | if $exists(%file) { run $v1 } | else echo -a * file %file does not exist |
mIRC Snippet:
mIRC File Opener
Posted on Oct 12, 2009 8:18 am
Posted on Oct 12, 2009 8:18 am
next step is to write a whole filemanager ;_)






