Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "AmigaOS Manual: ARexx Compatible Applications"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Added application documentation links.)
m (Corrected AmiDock, Multiview, and RexxMast links)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
The following AmigaOS programs have an ARexx interface for inter-process-communication. To get a list of supported commands, send command '''HELP''' to a program's ARexx port or click the '''Supported commands''' link displayed on the table below for detailed information.
 
 
{| class="wikitable"
 
{| class="wikitable"
 
! style="text-align:left;" | Application
 
! style="text-align:left;" | Application
Line 6: Line 6:
 
! style="text-align:left;" | ARexx Interface
 
! style="text-align:left;" | ARexx Interface
 
|-
 
|-
| AmiDock || Application launcher || AMIDOCK || [[AmigaOS_Manual:_Workbench_Using#AmiDock|Supported commands]]
+
| AmiDock || Application launcher || AMIDOCK || [[AmigaOS_Manual:_Utilities#ARexx_Interface_18|Supported commands]]
 
|-
 
|-
| AmiGS || PS, EPS, and PDF document viewer || AMIGS.x || [[AmigaOS_Manual:_Workbench_Using#AmiGS|Supported commands]]
+
| AmiGS || PS, EPS, and PDF document viewer and printing utility || AMIGS.x || [[AmigaOS_Manual:_Utilities#ARexx_Interface|Supported commands]]
 
|-
 
|-
| AmiPDF || PDF document viewer || AMIPDF.x || [[AmigaOS_Manual:_Workbench_Using#AmiPDF|Supported commands]]
+
| AmiPDF || PDF document viewer || AMIPDF.x || [[AmigaOS_Manual:_Utilities#ARexx_Interface_2|Supported commands]]
 
|-
 
|-
| ED || Text editor || Ed || [[AmigaOS_Manual:_AmigaDOS_Using_the_Editors#ED|Supported commands]]
+
| ED || Text editor || Ed, Ed_x || [[AmigaOS_Manual:_AmigaDOS_Using_the_Editors#ARexx_Support|Supported commands]]
 
|-
 
|-
 
| Mixer || Sound mixer || MIXER || Supported commands
 
| Mixer || Sound mixer || MIXER || Supported commands
 
|-
 
|-
| Multiview || File viewer || MULTIVIEW.x || [[AmigaOS_Manual:_Workbench_Using#MultiView|Supported commands]]
+
| Multiview || File viewer || MULTIVIEW.x || [[AmigaOS_Manual:_Utilities#ARexx_Interface_12|Supported commands]]
 
|-
 
|-
| Workbench || AmigaOS's graphical user interface || WORKBENCH || Supported commands
+
| RexxMast || ARexx interpreter || REXX || [[AmigaOS_Manual:_System_Tools#ARexx_Interface_12|Supported commands]]
  +
|-
  +
| SGrab || Screen and window grabber || SGRAB || Supported commands
  +
|-
  +
| Workbench || AmigaOS's graphical user interface || WORKBENCH || [[AmigaOS_Manual:_Workbench_Using#ARexx_Interface|Supported commands]]
 
|}
 
|}
  +
  +
If an application is capable of opening several windows, its ARexx port name contains a slot number (x). Slot number tells which of the currently open windows is the target window. Slot number 1 refers to the first window, 2 to the second window, and so on.

Latest revision as of 09:34, 5 December 2022

The following AmigaOS programs have an ARexx interface for inter-process-communication. To get a list of supported commands, send command HELP to a program's ARexx port or click the Supported commands link displayed on the table below for detailed information.

Application Description ARexx Port ARexx Interface
AmiDock Application launcher AMIDOCK Supported commands
AmiGS PS, EPS, and PDF document viewer and printing utility AMIGS.x Supported commands
AmiPDF PDF document viewer AMIPDF.x Supported commands
ED Text editor Ed, Ed_x Supported commands
Mixer Sound mixer MIXER Supported commands
Multiview File viewer MULTIVIEW.x Supported commands
RexxMast ARexx interpreter REXX Supported commands
SGrab Screen and window grabber SGRAB Supported commands
Workbench AmigaOS's graphical user interface WORKBENCH Supported commands

If an application is capable of opening several windows, its ARexx port name contains a slot number (x). Slot number tells which of the currently open windows is the target window. Slot number 1 refers to the first window, 2 to the second window, and so on.