Top

mIRC Code Snippets Tagged with com

  (14)  
Sort by 
Snippet checks for the enabled status of microsoft updates and returns certain information about the updates management. Usage examples provided in the comments.
Tags: champagne  com  settings  update 
3 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by Spartacus on Apr 08, 2008
Urr, pretty simple script i made for a friend who found it annoying to remember iRC Commands, hopefully this will help you with commands when needed, rather than having to open a document..etc, just use
Tags: com  comm  commands  dialog  edit  help  irc  jonesy44  mirc  refresh  script  text  txt 
3 comment(s)   |   Score: 5.0   |   Language: mIRC   |   Posted by jonesy44 on Mar 01, 2008
Information is contained within the snippets comments.
Tags: champagne  com  vb  win32 
2 comment(s)   |   Score: 5.5   |   Language: mIRC   |   Posted by Spartacus on Jan 18, 2008
This snippet allows you to get the content of small websites and return them back! $parse(URL
Tags: asynchronous  com  sockets 
3 comment(s)   |   Score: 7.8   |   Language: mIRC   |   Posted by Mpdreamz on Jan 14, 2008
Thanks to the comments you posted for me i changed this code a bit
4 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by G13AoUsTiS on Dec 26, 2007
I'll keep it as short and sweet as possible. This script makes use of HNetCfg.FwMgr to turn your firewall on or off, by using "/firewall on" or "/firewall off" respectively. Initially
Tags: champagne  com  firewall 
1 comment(s)   |   Score: 4.5   |   Language: mIRC   |   Posted by Spartacus on Dec 12, 2007
Usage: /services Result of use: Opens window @services if not already open. (If the window was previously opened, it clears the buffer) Then the script proceeds to list all currently running services
Tags: com  service  services 
2 comment(s)   |   Score: 6.3   |   Language: mIRC   |   Posted by Spartacus on Sep 10, 2007
Usage: /processes Result of use: If a window of the name @processes is not open, the script opens it and populates it with a list of all currently running processes in your machine. In the event that
Tags: com  process  processes 
3 comment(s)   |   Score: 4.0   |   Language: mIRC   |   Posted by Spartacus on Sep 10, 2007
use /tell text to say something, and play the game(he says something then too) its my first com practice :P
Tags: com  walkgame 
5 comment(s)   |   Score: 0.0   |   Language: mIRC   |   Posted by kerstt on Aug 22, 2007
These are two aliases I made designed to return the total amount of physical memory in kb. Usage Example: mostly for if statements, if ($mem > 50000) { write new.txt Something } ; The file alias
Tags: com  file  mem  memory 
4 comment(s)   |   Score: 6.0   |   Language: mIRC   |   Posted by sinnercreed on Feb 08, 2007
<br> Author: FiberOPtics <br> <br> Email: mirc.fiberoptics@gmail.com <br> <br> Usage: /pause &lt;s|ms&gt; &lt;N&gt;, where s stands for seconds, and ms
Tags: com 
18 comment(s)   |   Score: 7.8   |   Language: mIRC   |   Posted by FiberOPtics on Jan 14, 2006
<br> Author: FiberOPtics -- mirc.fiberoptics@gmail.com <br> <br> Usage: <br> 1) <br> <br> $fileinfo(filepath, properties [,separator])[.raw] <br> <br>
Tags: audio  com 
6 comment(s)   |   Score: 7.8   |   Language: mIRC   |   Posted by FiberOPtics on Jan 04, 2006
Author: FiberOPtics -- mirc.fiberoptics@gmail.com <br> <br> Purpose: Create, modify, or return information about Windows Shortcuts. <br> <br> The shortcuts can be either .lnk
Tags: com  regex 
4 comment(s)   |   Score: 9.4   |   Language: mIRC   |   Posted by FiberOPtics on Jan 04, 2006
Author: FiberOPtics -- mirc.fiberoptics@gmail.com <br> <br> Usage: $specialfolder(folder) or /specialfolder folder <br> <br> Purpose: <br> <br> Returns the
Tags: com 
1 comment(s)   |   Score: 7.4   |   Language: mIRC   |   Posted by FiberOPtics on Jan 04, 2006
Bottom