Changes between Version 1 and Version 2 of ShSwitch


Ignore:
Timestamp:
10/15/2009 11:33:47 AM (13 years ago)
Author:
MarcusWalther
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ShSwitch

    v1 v2  
    1919#!rst 
    2020 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 
    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).      | 
    2222 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    2323 |            | off | Command files don't care about errors and continue execution. Be careful turning this switch off, use it only in fail-safe | 
     
    2727 |            |     | to prevent them from working on erroneus data.                                                                             | 
    2828 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    29  |            | off | Errors cause error messages but no program exit.                                                                           | 
     29 |            | off | Errors cause error messages but no program exit  (default).                                                                | 
    3030 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 
    3131 | verify     | on  | Each command (interactively entered or read from command file) is displayed on screen after translating all parameters.    | 
    3232 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    33  |            | off | Commands are not displayed.                                                                                                | 
     33 |            | off | Commands are not displayed (default).                                                                                      | 
    3434 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 
    3535 | 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).                                                                                            | 
    3737 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    3838 |            | off | The commands are not logged in the protocol file.                                                                          | 
     
    4040 | echo       | on  | Each command is echoed on the info channel(s) before translation.                                                          | 
    4141 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    42  |            | off | The commands are not echoed.                                                                                               | 
     42 |            | off | The commands are not echoed (default).                                                                                     | 
    4343 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 
    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).                                     | 
    4545 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    4646 |            | off | Lowercase letters are not converted. In this case you have to enter all command verbs and keywords in uppercase otherwise  | 
     
    4949 | step       | on  | Stops execution of a command procedure after each command, displays the original comand line and waits for input of <CR>.  | 
    5050 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    51  |            | off | Command procedures are processed normally.                                                                                 | 
     51 |            | off | Command procedures are processed normally (default).                                                                       | 
    5252 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 
    5353 | noerrmsg   | on  | On errors no error messages are displayed and no warning bell is generated. Useful in combination with "cmderrstop" flag   | 
    5454 |            |     | if possibly occurring errors are handled inside a command procedure.                                                       | 
    5555 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    56  |            | off | Errors cause messages and warning bell.                                                                                    | 
     56 |            | off | Errors cause messages and warning bell (default).                                                                          | 
    5757 +------------+-----+----------------------------------------------------------------------------------------------------------------------------+ 
    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).                                        | 
    5959 |            +-----+----------------------------------------------------------------------------------------------------------------------------+ 
    6060 |            | off | The information message is suppressed. This is useful in command procedures whode internal structure should be hidden from |