HCL Workload Automation, Version 9.4

Replacing the UNIX commands

The standard UNIX at and batch commands can be replaced by HCL Workload Automation commands. The following commands show how to replace the UNIX at and batch commands:
$ mv /usr/bin/at /usr/bin/uat
$ mv /usr/bin/batch /usr/bin/ubatch
$ ln -s TWShome/bin/at /usr/bin/at
$ ln -s TWShome/bin/batch /usr/bin/batch