Changes between Version 1 and Version 2 of ShSwitch
- Timestamp:
- 10/15/2009 11:33:47 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ShSwitch
v1 v2 19 19 #!rst 20 20 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 21 | cmderrstop | on | On errors, command files are aborted, an error log file is created and SH returns to the interactive level 21 | cmderrstop | on | On errors, command files are aborted, an error log file is created and SH returns to the interactive level (default). | 22 22 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 23 23 | | off | Command files don't care about errors and continue execution. Be careful turning this switch off, use it only in fail-safe | … … 27 27 | | | to prevent them from working on erroneus data. | 28 28 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 29 | | off | Errors cause error messages but no program exit .|29 | | off | Errors cause error messages but no program exit (default). | 30 30 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 31 31 | verify | on | Each command (interactively entered or read from command file) is displayed on screen after translating all parameters. | 32 32 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 33 | | off | Commands are not displayed .|33 | | off | Commands are not displayed (default). | 34 34 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 35 35 | protocol | on | Each interactive command is logged in the session protocol file. The actual name of the session protocol file depends on | 36 | | | the operating system .|36 | | | the operating system (default). | 37 37 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 38 38 | | off | The commands are not logged in the protocol file. | … … 40 40 | echo | on | Each command is echoed on the info channel(s) before translation. | 41 41 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 42 | | off | The commands are not echoed .|42 | | off | The commands are not echoed (default). | 43 43 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 44 | capcnv | on | The whole command line is converted to uppercase letters before translation .|44 | capcnv | on | The whole command line is converted to uppercase letters before translation (default). | 45 45 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 46 46 | | off | Lowercase letters are not converted. In this case you have to enter all command verbs and keywords in uppercase otherwise | … … 49 49 | step | on | Stops execution of a command procedure after each command, displays the original comand line and waits for input of <CR>. | 50 50 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 51 | | off | Command procedures are processed normally .|51 | | off | Command procedures are processed normally (default). | 52 52 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 53 53 | noerrmsg | on | On errors no error messages are displayed and no warning bell is generated. Useful in combination with "cmderrstop" flag | 54 54 | | | if possibly occurring errors are handled inside a command procedure. | 55 55 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 56 | | off | Errors cause messages and warning bell .|56 | | off | Errors cause messages and warning bell (default). | 57 57 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 58 | chatty | on | Some commands print an information message, for example "sum" or "write" .|58 | chatty | on | Some commands print an information message, for example "sum" or "write" (default). | 59 59 | +-----+----------------------------------------------------------------------------------------------------------------------------+ 60 60 | | off | The information message is suppressed. This is useful in command procedures whode internal structure should be hidden from |