$cmdline: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
m added page
(No difference)

Revision as of 15:25, 2 July 2007

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