You can use any file substitution in the script. However, if you reference a
shell script variable named "workid" as
{workid}, an error can occur because
"{workid}" would be substituted before the script is
run.
In the Command Arguments field, enter any interpreter
arguments.
These arguments precede the script file in the argument list for the
interpreter.
Note:
Any additional arguments to Windowscmd.exe must come before the required
ā/Cā option.
In the Script Arguments field, enter any script
arguments.
In the Line Ending list, select the line ending
that you want to use when the script is written to a disk file.
Note:
This option is required if you are running a Automation Process
Composer simulation process on Windows.
Option
Description
Default
Leave the line
endings as they were found in the input file.
Automation Process
Composer does not attempt to change the line endings. If the file has to be copied
for some reason, local line endings are used.
The Default option is recommended.
Local
Write the file with the local line endings for the computer on which the simulation process
is running. This is the location of Automation Process
Composer and the 3DOrchestrate station. This means CR-LF on Windows and LF on UNIX. The file will always be copied in text mode and the
line endings updated, even if the line endings already appear to be
correct.
UNIX
Always separate lines with LF, even if the simulation process is running on Windows.
Windows
Always separate
lines with CR-LF, even if the simulation process is running on UNIX.
In the Editor text box, edit the script.
All the commands that you can type at the command line for the given
interpreter are valid. The script you type is passed to the interpreter
as-is, after expanding any parameter substitutions. You can remove all
contents of the text box at any time by clicking Clear
Script.
Click Ok to save your changes and to close the OS
Command Editor.