$cmdline

From Scriptwiki
Revision as of 16:25, 2 July 2007 by Cail (talk | contribs) (added page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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".