| ARexx Commands |
| Command |
Params |
Description |
| About |
AFC/S GREETINS/S |
This command shows the About windows.
It is the same as choosing the About command
from the Project menu.
| AFC | shows the AFC About window
| | GREETINGS | shows the Greetings window.
|
|
| AddMessage |
TEXT/A NEWTEXT/A CONSTANT/A |
This command adds a new message to the current Workspace.
It is the same as choosing the Add Message command
from the Actions menu.
| TEXT | The text to place in the Base field
| | NEWTEXT | The text to place in the New field.
| | CONSTANT | The constant name.
|
|
| ClearWorkSpace |
FORCE/S |
This command will empty the current WorkSpace.
It is the same as choosing the Clear WorkSpace command
from the Actions menu.
| FORCE | Pass this param if you want to avoid the confirmation requester.
|
|
| DeleteMessage |
FORCE/S |
This command will delete the current message in the current WorkSpace.
It is the same as choosing the Delete Message command
from the Actions menu.
| FORCE | Pass this param if you want to avoid the confirmation requester.
|
|
| ExportCatalog |
FILENAME/A |
This command will export current WorkSpace as a standard
AmigaOS catalog file.
It is the same as choosing the Export Catalog command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| ExportConstsASM |
FILENAME/A |
This command will export current WorkSpace as a standard
ASM constant file.
It is the same as choosing the ASM Constants command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| ExportConstsBlitz |
FILENAME/A |
This command will export current WorkSpace as a standard
Blitz Basic constant file.
It is the same as choosing the Blitz Constants command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| ExportConstsC |
FILENAME/A |
This command will export current WorkSpace as a standard
C/C++ constant file.
It is the same as choosing the C Constants command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| ExportConstsE |
FILENAME/A |
This command will export current WorkSpace as a standard
Amiga E constant file.
It is the same as choosing the Amiga E Constants command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| ExportDescriptor |
FILENAME/A |
This command will export current WorkSpace as a standard
Catalog Descriptor file.
It is the same as choosing the Descriptor command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| ExportTranslation |
FILENAME/A |
This command will export current WorkSpace as a standard
Catalog Translation file.
It is the same as choosing the Translation command
from the Export menu.
| FILENAME | The name of the file to be saved.
|
|
| Find |
STRING/A TEXT/S NEWTEXT/S
ORIGINAL/S CONSTANT/S
|
This command will search the current WorkSpace
for the provided string. Remember that this commands
supports standard AmigaDOS wildcards.
It is the same as choosing the Find command
from the Actions menu.
| STRING | The string to search.
| | TEXT | Search in the Text/Base field.
| | NEWTEXT | Search in the New Text field.
| | ORIGINAL | Search in the Original field.
| | CONSTANTS | Search in the Const field.
|
|
| FindAgain |
STRING/A TEXT/S NEWTEXT/S
ORIGINAL/S CONSTANT/S
|
This command will search the current WorkSpace
|