Difference between revisions of "Shell Commands/RXCmd"
From MorphOS Library
 (Created page with "'''RXCmd''' - Executes single ARexx commands on a given ARexx port directly  PORT/A,COMMAND/A  <nowiki> PORT    - Name of the ARexx port (case sensitive) COMMAND - An ARexx co...")  | 
				|||
| Line 4: | Line 4: | ||
  <nowiki>  |   <nowiki>  | ||
PORT    - Name of the ARexx port (case sensitive)  | PORT    - Name of the ARexx port (case sensitive)  | ||
| − | COMMAND -   | + | COMMAND - The ARexx command to be executed</nowiki>  | 
Example:  | Example:  | ||
  RXCmd OWB.1 FULLSCREEN  |   RXCmd OWB.1 FULLSCREEN  | ||
Revision as of 12:49, 4 March 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
Example:
RXCmd OWB.1 FULLSCREEN