Difference between revisions of "Speccats"

From Scriptwiki
Jump to: navigation, search
m
m
Line 1: Line 1:
<categorytree mode=pages depth=3>MIRC</categorytree>
+
== Agents ==
<categorytree mode=pages depth=3>IRC</categorytree>
+
{{Category:Agents}}
 +
<categorytree mode=categories depth=1>Agents</categorytree>
 +
 
 +
== DDE ==
 +
{{Category:DDE}}
 +
<categorytree mode=pages depth=1>DDE</categorytree>
 +
 
 +
== mIRC Help ==
 +
{{Category:MIRC Help}}
 +
<categorytree mode=categories depth=1>MIRC Help</categorytree>
 +
 
 +
== Script Archives ==
 +
{{Category:Script Archive}}
 +
<categorytree mode=pages depth=1>Script Archive</categorytree>
 +
 
 +
== Tutorials ==
 +
{{Category:Tutorials}}
 +
<categorytree mode=pages depth=1>Tutorials</categorytree>

Revision as of 20:20, 30 April 2017

Agents

A Microsoft Agent is the technical name for the little animated characters that Microsoft some times uses to help you with an application. For example, the little wizard when setting up Windows XP, or the paper clip in Microsoft Word. mIRC offers some commands to manipulate the Microsoft Agents for use in a script.


DDE

The following commands and identifiers allow you to communicate with other DDE-enabled applications.

DDE
  $dde
  Dde


mIRC Help

mIRC Help is based on mIRC's own help file.

It basically covers everything what can be found from the original help, but is commented and expanded with wiki staff members' knowledge, tutorials and scripting examples.

Syntax used in the help pages (and generally in all scripting/coding in the world):

  • [ ] mean an optional parameter.
  • < > mean a required parameter.
  • a|b means either a or b (sometimes / is used aswell).
  • -abc mean the possible switches

Before adding or modifying anything in here, read the general editing guidelines.


Script Archives

The Script Archive's purpose is to provide examples of how to use certain mIRC or ircd features. Before you try to use those scripts you should read them and make sure that you understand how they work. The comments in these scripts should help you with that.


Tutorials

Our tutorials aim to provide a step-by-step introduction to various mIRC scripting related topics.