mIRC Home    About    Download    Register    News    Help

Print Thread
#32585 27/06/03 10:40 AM
Joined: Jun 2003
Posts: 5
J
Jassper Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Jun 2003
Posts: 5
Hello everyone,

I run v 6.03 of MIRC. How can I run 2 commands from one line on mirc? E.g. : /describe #channel1 EXAMPLE | /describe #channel2 EXAMPLE2 doesn't work.

How am I to separate 2 commands in one line to make them execute both?

Thanks.

#32586 27/06/03 10:52 AM
Joined: Feb 2003
Posts: 2,812
Hoopy frood
Offline
Hoopy frood
Joined: Feb 2003
Posts: 2,812
This really needs to be documented better in the Help file.

When executing commands from the 'command line' (editbox), the / prefix is required. (you shouldn't use / in actual scripts) Using only a single / will execute the command without sending it through mIRC's Script Parcer to evaluate %variables and $identifiers and other formatting, including |.
To evaluate these things, you must use the // prefix in the 'command line' (editbox).

//describe #channel1 EXAMPLE | describe #channel2 EXAMPLE2

Other prefixes to know about are . to Silence or make the command Quiet (no display output), and ! to prevent an Alias of similar name from superseding an internal mIRC command.

All prefixes can be used in combination with one-another.

- Raccoon


Well. At least I won lunch.
Good philosophy, see good in bad, I like!
#32587 27/06/03 12:56 PM
Joined: Jun 2003
Posts: 5
J
Jassper Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
J
Joined: Jun 2003
Posts: 5
It works. Thanks a lot m8!


Link Copied to Clipboard