Shell Commands/RX

From MorphOS Library

Revision as of 14:02, 3 March 2015 by JPV (talk | contribs) (Created page with "'''RX''' [Rexx] - Interprets the specified ARexx script No Template This command is used to ex...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

RX [Rexx] - Interprets the specified ARexx script

No Template

This command is used to execute ARexx Scripts. You may either pass the full path to a script file or directly specify some Rexx commands enclosed in "".

Examples:

  MorphOS:> rx "ADDRESS AMBIENT SCANDIR 'ram:' 'MODE=ICON'"
  => An Ambient window will be opened, showing the contents of
  the RAM: directory.

  MorphOS:> rx s:my_script.txt
  => This would execute the my_script Rexx script found in s:

NOTE: The ARexx server must be running in order to use RX.

See also: RexxMast command.