From WikiChip
Difference between revisions of "mirc/identifiers/$cmdline"
Line 1: | Line 1: | ||
− | {{mirc title|$cmdline Identifier}}'''$cmdline''' return the | + | {{mirc title|$cmdline Identifier}}'''$cmdline''' return the value passed to the executable when mIRC is ran. |
== Synopsis == | == Synopsis == |
Revision as of 15:21, 5 September 2015
Commands & Identifiers
Basics
Events
Matching Tools
Data Storage
Control Structures
GUI Scripting
Sockets
Advanced Scripting
Additional Resources
Security
Other
$cmdline return the value passed to the executable when mIRC is ran.
Synopsis
$cmdline
Paramters
None
Properties
None
Example
on *:start:{ if ($cmdline == debug) { echo -a debug } } ;//run $mircexe debug
Compatibility
Added: mIRC v6.0
Added on: 03 Feb 2002
Note: Unless otherwise stated, this was the date of original functionality.
Further enhancements may have been made in later versions.