Create a distributable encrypted file to be used with Compose Light. The file is automatically recognized by the operating
system as a Compose Light file.
Records all commands and outputs of an interactive session to a file. If no arguments are passed, the diary state is toggled.
To save outputs when running a script (non-interactive session), use outputlog.
Executes the shell command stringCommand. If executed in 'sync'mode or without additional inputs, the application waits until the execution is complete. If executed in 'async'mode, stringCommand is executed in a detached thread and control is returned to the application immediately.
cputime
Returns the current cputime used by Activate.
createdistributable
Create a distributable encrypted file to be used with Compose Light. The file is automatically recognized by the operating system as a Compose Light file.
date
Returns the current date as a string in the format DD-MMM-YYYY.
delete
Deletes the file(s), f, or a graphic object, h.
diary
Records all commands and outputs of an interactive session to a file. If no arguments are passed, the diary state is toggled. To save outputs when running a script (non-interactive session), use outputlog.
dir
Directory listing of the current or specified directory.
system
Executes the shell command stringCommand. If executed in 'sync'mode or without additional inputs, the application waits until the execution is complete. If executed in 'async'mode, stringCommand is executed in a detached thread and control is returned to the application immediately.
unix
Executes the unix shell command stringCommand.