success = SendAmigaGuideCmdA (handle, cmd, attrs );
d0 a0 d0 d1
BOOL SendAmigaGuideCmdA (AMIGAGUIDECONTEXT, STRPTR, struct TagItem *);
success = SendAmigaGuideCmd (handle, cmd, tag1, ...);
BOOL SendAmigaGuideCmd (AMIGAGUIDECONTEXT, STRPTR, Tag);
This function sends a command string to an AmigaGuide system. The command can consist of any valid AmigaGuide action command.
The following are the currently valid action commands:
- "ALINK "
-
Load the named node into a new window.
- "LINK "
-
Load the named node.
- "RX "
-
Execute an ARexx macro.
- "RXS "
-
Execute an ARexx string file. To display a picture, use 'ADDRESS COMMAND DISPLAY <picture name>', to display a text file 'ADDRESS COMMAND MORE <doc>'.
- "CLOSE"
-
Close the window (should only be used on windows that were started with ALINK).
- "QUIT"
-
Shutdown the current database.
/* bring up help on a particular subject */
SendAmigaGuideCmd(handle, "LINK MAIN", NULL);
Returns TRUE if the message was sent, otherwise returns FALSE.
ALINK does not open a new window when using V39.