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...")
 
m
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{mirc title|$cmdline Identifier}}'''$cmdline''' return the information about the parameters passed to the executable.
+
{{mirc title|$cmdline Identifier}}'''$cmdline''' return the value passed to the executable when mIRC is ran.
 +
 
  
 
== Synopsis ==
 
== Synopsis ==
Line 23: Line 24:
  
 
== See Also ==
 
== See Also ==
{{mIRC|$cos}}
+
 
{{mIRC|$sin}}
+
[[Category:mIRC identifiers|cmdline]]
{{mIRC|$tan}}
 
{{mIRC|$asin}}
 
{{mIRC|$atan}}
 
[[Category:MIRC identifiers]]
 

Latest revision as of 14:40, 20 September 2017

$cmdline return the value passed to the executable when mIRC is ran.


Synopsis[edit]

$cmdline

Paramters[edit]

None

Properties[edit]

None

Example[edit]

on *:start:{
if ($cmdline == debug) { echo -a debug }
}
;//run $mircexe debug

Compatibility[edit]

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[edit]