$cmdline

From Scriptwiki
Revision as of 14:58, 29 January 2009 by Albie (talk | contribs) (Change of category.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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".