-v
--verbose
Specifies that Hercules is to be started with “MSGLEVEL VERBOSE”
which displays additional messages during configuration file pro-
cessing.
-h
--help
Display help information regarding the syntax of the command-line
arguments.
>logfile
This is an optional log file which will receive a copy of all messages
displayed on the control panel.
11.1.3 Examples
Example 1:
Start Hercules using the configuration file “D:\MVS\CONF\MVS38J.CONF” and write all messages to the
log file “D:\MVS\LOGS\HERCULES.LOG”.
HERCULES -f D:\MVS\CONF\MVS38J.CONF >D:\MVS\LOGS\HERCULES.LOG
Example 2:
Start Hercules using the configuration file “D:\S390\CONF\zLINUX.CNF” and with a logofile called
“zLINUX_Logo.txt”. Display additional messages during configuration file processing.
HERCULES -f D:\S390\CONF\zLINUX.CNF -b zLINUX_Logo.txt -v
Example 3:
Start Hercules using the configuration file “D:\S390\CONF\zLINUX.CNF” and define a symbol named
"DASDPATH" that contains the path of the DASD files ("D:\MVS\DASD").
HERCULES -f D:\MVS\CONF\MVS38J.CONF -s DASDPATH=D:\MVS\DASD
Example 4:
Start Hercules using the configuration file “D:\MVS\CONF\MVS38J.CONF” and automatically execute the
panel commands contained in the run-commands file “D:\MVS\CONF\MVS38.RC”
HERCULES -f D:\MVS\CONF\MVS38J.CONF -r D:\MVS\CONF\MVS38J.RC