Difference between revisions of "Shell Commands/RXCmd"
From MorphOS Library
| Line 5: | Line 5: | ||
| PORT    - Name of the ARexx port (case sensitive) | PORT    - Name of the ARexx port (case sensitive) | ||
| COMMAND - The ARexx command to be executed</nowiki> | COMMAND - The ARexx command to be executed</nowiki> | ||
| + | |||
| + | RXCmd can be used to send ARexx commands to a program even without properly working version of rexxsyslib.library installed. It works with the dummy rexxsyslib.library provided with the standard MorphOS installation, while the traditional RX command needs a full 3rd party rexxsyslib.library. | ||
| Example: | Example: | ||
|   RXCmd OWB.1 FULLSCREEN |   RXCmd OWB.1 FULLSCREEN | ||
Revision as of 11:48, 21 June 2015
RXCmd - Executes single ARexx commands on a given ARexx port directly
PORT/A,COMMAND/A
PORT - Name of the ARexx port (case sensitive) COMMAND - The ARexx command to be executed
RXCmd can be used to send ARexx commands to a program even without properly working version of rexxsyslib.library installed. It works with the dummy rexxsyslib.library provided with the standard MorphOS installation, while the traditional RX command needs a full 3rd party rexxsyslib.library.
Example:
RXCmd OWB.1 FULLSCREEN
