$cmdline: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
m added page
 
m Change of category.
 
Line 6: Line 6:
This would echo "/testing /stuff".
This would echo "/testing /stuff".


[[Category:Commands]]
[[Category:Identifiers]]

Latest revision as of 14:58, 29 January 2009

Returns the command line that was passed to mIRC when it was first run.

Example

Run mirc.exe via commandline: mirc.exe /testing /stuff
And when mirc has started: //echo -ag $cmdline

This would echo "/testing /stuff".