On WindowsOn a Windows station computer, users can create a batch file named smaexe.bat in the directory specified by the %USERPROFILE%\smaexe.bat
System administrators can override any settings from the user's personal batch file, by creating another version of this file in the 3DOrchestrate configuration directory: <station_install_dir>\config\smaexe.bat This script is executed/sourced after the one from the On LinuxOn a Linux station computer, users can create a Bash shell script file in their home directory with the following file name: ~/.smaexe.sh This file name must include the leading "." to follow the convention for hidden files in a home directory. System administrators can override any settings from the user's personal script, by creating another version of this script in the 3DOrchestrate configuration directory: <station_install_dir>/config/smaexe.sh This file name must not have a leading ".". This script is executed/sourced after the one from the user's home directory, during station startup. Note that these must be Bash shell scripts, not C shell. |