Next toxik Executable

Appendix B, Toxik Executables
About the Executable Files

The Toxik executable files let you verify stored information, edit settings, and perform certain tasks. The Toxik executable files reside in the Toxik program directory.

Note: As the behavior of Toxik is the same on a Linux workstation as on a Windows workstation, the screen shots in this chapter were taken from Toxik running on a Windows workstation.

You can access the executables via a shell.

Note: There are no file extensions on a Linux workstation. Therefore, the executables don't have the ".exe" extension as they do on Windows. However, the functionality of the executables as well the list of command line parameters are identical on both platforms, Windows and Linux.

You can get a list of command line parameters for any Toxik executable by running the executables without any parameters. In general, this provides some form of usage/help message.

To access the Toxik Command Prompt:
To display the list of files:
To access the Toxik project file via a shell on a Linux workstation:
  1. Open a shell by doing one of the following:

  2. Determine the type of shell you are using by entering the following command:

    # echo $SHELL

  3. If your shell is tcsh or csh, enter the following command:

    # source /opt/Autodesk/Autodesk_Toxik-2009/bin/toxik-env.csh

    If your shell is bash, enter the following command:

    # source /opt/Autodesk/Autodesk_Toxik-2009/bin/toxik-env.sh

Next