6 Batch Processing

To run a dipso job in the background place all the commands you wish to run in the startup.cmd command file and then type:

  % dipso &

at the shell prompt. If you wish to direct the output to a log file then type:

  % dipso >mylog &

In addition you can use the UNIX input/output redirection operators > and < to direct commands into DIPSO from other files or even from other programs (see UNIX reference manuals for details).