From WikiChip
Difference between revisions of "mirc/identifiers/$cmdline"
< mirc‎ | identifiers

(Created page with "{{mirc title|$cmdline Identifier}}'''$cmdline''' return the information about the parameters passed to the executable. == Synopsis == <pre>$cmdline</pre> == Paramters == No...")
 
Line 23: Line 23:
  
 
== See Also ==
 
== See Also ==
{{mIRC|$cos}}
+
 
{{mIRC|$sin}}
 
{{mIRC|$tan}}
 
{{mIRC|$asin}}
 
{{mIRC|$atan}}
 
 
[[Category:MIRC identifiers]]
 
[[Category:MIRC identifiers]]

Revision as of 16:20, 5 September 2015

$cmdline return the information about the parameters passed to the executable.

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.


See Also