RX System Command

This executes an external Python, AppleScript or ARexx script, as applicable.

RX ([filepath] [DOCUMENT name | WINDOW name])

filepath/s The filename and path of the script.

DOCUMENT/s The document name. Default=current.

WINDOW/s The window name. Default=current.

Examples:

RX ('PageStream:Scripts/Test')

 

RX  Command Definition  url:PGScmd/rx
  created:2006-03-30 20:08:13   last updated:2006-04-26 12:16:15
  Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.

User Contributed Comments For RX
Dan Kilroy wrote...2006-05-04 16:38:06

Script command submitted from PageStream internal documentation. Needs to be checked and merged with the command documentation above.

Gets the {...} .

RX (filepath)


Parameters:


Results:


Notes:


See Also:


Examples:
Python:


ARexx:

Applescript:

User Contributed Comments For RX