Quote:
it would work yes. the syntax you show there is useful for executing multiple commands from a single rx invocation.
eg
9.AmigaOS4:> rx "options results; ADDRESS WORKBENCH HELP; say result"
ACTIVATEWINDOW CHANGEWINDOW DELETE FAULT GETATTR HELP
ICON INFO KEYBOARD LOCKGUI MENU MOVEWINDOW NEWDRAWER
RENAME RX SIZEWINDOW UNLOCKGUI UNZOOMWINDOW VIEW
WINDOW WINDOWTOBACK WINDOWTOFRONT ZOOMWINDOW
the ';' seperates commands much like a new line in a script.
For your simple case it's overkill but not wrong.