sys

   'sys' <shell-command parameters>
This keyword is used to issue any shell command (unix or dos shell). For example to move files created by the 'send' command to certain file names or/and locations and to start the analysis. On certain platforms cgx will not wait for the completition of the command if the '&' key was provided as the last argument of the command. Otherwhise cgx waits until the command was completed.

WARNING:

If you use CGX to open an untrusted .fbd file downloaded form the internet, it might delete all your files or do whatever it wants as long as cgx has the necessary rights. Even an honest but carelessly written .fbd file could be destructive if it makes incorrect assumptions about the locations of files. For example, by clearing the contents of a directory to clean up, it might delete important files on someone else's computer.

Therefore before you open a foreign command file (usually with the ending .fbd or .fbl) scan for "sys" and evaluate the command line.

To activate the “sys” command permanently add

  'allow_sys'
in your configuration file ('.cgx' in your home directory).