Run Certain Programs

By Cross on Jan 23, 2006

Simple to do, 1) Open up your MIRC script directory (Alt+R/Remotes) then C&P this code. Right click in your query or channel and hit "Programs". Some of the programs are: Notepad, Wordpad, Paintbrush, Imaging, Media Player, CD Player, Sound Recorder, Volume Control, Movie Maker, Telnet, Address Book, Outlook Express, Winzip and MS Dos.





This is my VERY first time making a dialog. So it might be a little buggy...

menu channel,query {
  Programs:progprog
}
alias progprog { if ($dialog(progprog)) dialog -v progprog | else dialog -m progprog progprog }
dialog progprog {
  title "Programs"
  size -1 -1 127 188
  option dbu
  button Close,1,5 169 116 15,cancel
  box "",2,-2 0 150 165
  box "",25,-2 1 150 163
  tab "Accessories",3,5 7 116 150
  button "Notepad",5,47 30 50 15,tab 3 ok
  button "Wordpad",7,47 55 50 15,tab 3 ok
  button "Calculator",9,47 80 50 15,tab 3 ok
  button "Paintbrush",11,47 105 50 15,tab 3 ok
  button "Imaging",13,47 130 50 15,tab 3 ok
  tab "Entertainment",14,5 7 88 150
  button "Media Player",16,47 30 50 15,tab 14 ok
  button "CD Player",18,47 55 50 15,tab 14 ok
  button "Sound Recorder",20,47 80 50 15,tab 14 ok
  button "Volume Control",22,47 105 50 15,tab 14 ok
  button "Movie Maker",24,47 130 50 15,tab 14 ok
  tab "Others",26,5 7 88 150
  button "Telnet",28,47 30 50 15,tab 26 ok
  button "Address Book",30,47 55 50 15,tab 26 ok
  button "Outlook Express",32,47 80 50 15,tab 26 ok
  button "Winzip",34,47 105 50 15,tab 26 ok
  button "MS Dos",36,47 130 50 15,tab 26 ok
}

on *:dialog:progprog:sclick:5:{ run notepad }
on *:dialog:progprog:sclick:7:{ run wordpad }
on *:dialog:progprog:sclick:9:{ run calc }
on *:dialog:progprog:sclick:11:{ run mspaint }
on *:dialog:progprog:sclick:13:{ run kodakimg }
on *:dialog:progprog:sclick:16:{ run mplayer2 }
on *:dialog:progprog:sclick:18:{ run cdplayer }
on *:dialog:progprog:sclick:20:{ run sndrec32 }
on *:dialog:progprog:sclick:22:{ run sndvol32 }
on *:dialog:progprog:sclick:24:{ run moviemk }
on *:dialog:progprog:sclick:28:{ run telnet }
on *:dialog:progprog:sclick:30:{ run wab }
on *:dialog:progprog:sclick:32:{ run msimn }
on *:dialog:progprog:sclick:34:{ run winzip32 }
on *:dialog:progprog:sclick:36:{ run dosprmpt }

Comments

Sign in to comment.
No0ne   -  Jan 26, 2006

Yes, the way people are rating isnt the farest, or atleast not going by the 1-10 scale thats listed in the drop down box. Guess people have very high standards. Anyways, this is very usefull in my book. Great job.

 Respond  
Gex   -  Jan 25, 2006

there is a similar to misc tools by ryu.dragonryder .... here >http://www.hawkee.com/snippet.php?snippet_id=1633

it has a score of 4.3 ..... i think that urs is more useful it has more functions,tab ... it deserves more score than that

 Respond  
tribe   -  Jan 25, 2006

For a first, its very nice!

 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.