DOCS

STDIN/STDOUT File Redirection

If you are working with Rochade in BATCH mode, you must redirect both standard input and standard output to a file. Under Windows, UNIX, and z/OS, you can specify file redirection on the command line.

This is an example under Windows:

rocligxn start start.ini <file.in >file.out

This table summarizes the file redirection options for Windows and UNIX clients:

Client Operating System <file.in >file.out "<file.in" ">file.out" -i=file.in -o=file.out

Windows

Windows Command Shell

Yes

Yes

Yes

UNIX

UNIX

Yes

No

No