mIRC $fileopen

By #Warizardworks on Aug 25, 2009

Hey guys. This is a simple, yet tasteful mIRC File Opener custom alias that I made.

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 File Opener ~
~~~~~~~~~~~~~~~~~~~~

menu channel {
  File Opener:/fileopen
}
alias fileopen {
  if (!$1) var %file = $sfile(c:\,Pick a File,Open)
  else { set %file $1- }  
  if (%file) { 
    run %file
  }
}

Comments

Sign in to comment.
knoeki   -  Oct 12, 2009

next step is to write a whole filemanager ;_)

 Respond  
Jonesy44   -  Oct 11, 2009

Bored..

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
 Respond  
#Warizardworks   -  Oct 11, 2009

Ah okay, thanks. I'll fix that right away. :P
~ Wariopower

 Respond  
skitzkid   -  Oct 11, 2009
~ 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

 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.