home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / BEEHIVE / ZSUS / Z3HELP-6.LBR / ZA.LBR / Z33VERR.HZP / Z33VERR.HLP
Text File  |  2000-06-30  |  2KB  |  56 lines

  1. ;
  2.                                  Z33VERR.COM                                  
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                5k (39)   C32F  1.00       Royce Shofner 10/87      Z3COM13
  6.  
  7.   1- Syntax/Options  2- Edit Commands  3- Notes                               
  8.  
  9.  
  10.    Z33VERR.COM combines  the ZCPR33 prototype  error  handler (Z33ERROR)  with
  11. VERROR.COM to produce an intelligent error handler for systems using ZCPR 3.3.
  12. The internal command line modification  routines in Z33ERROR have been removed
  13. and replaced with  the  entire VERROR program.  The  only other change made to
  14. Z33ERROR is in the submit file delete routine, which includes a test to inform
  15. the user in case the submit file cannot be deleted (in case the system vectors
  16. have been modified and ZCPR33 cannot be found).
  17. :1
  18.  
  19.  
  20.    Syntax:  Z33VERR [Q][S]
  21.  
  22.   Options:  Q         <--   quiet option (no bells)
  23.  
  24.             S         <--   inhibit initial clear screen
  25.  
  26.    When ZCPR33 gets a command that it cannot process,  it will give control to
  27. Z33VERR.   Z33VERR will then ask  you if you  wish to 
  28.  
  29.             E, <cr>   <--   edit the command line
  30.             A, <esc>  <--   abort the entire command line
  31.             C, <sp>   <--   continue
  32.  
  33.    If you choose (E)dit, you will be put into an editor which uses a subset of
  34. the WordStar command set.
  35. :2
  36.  
  37.  
  38. Edit Commands:
  39.  
  40. ==============================================================================
  41. |  movement commands  |  deletion commands |  miscellaneous commands         |
  42. ==============================================================================
  43. | ^E, ^K - line up    | ^G    - char right | ^P    - insert ctrl-char        |
  44. | ^X, ^J - line down  | <del> - char left  | ^V    - toggle insert/overwrite |
  45. | ^S     - char left  | ^T    - word right | ^U    - undelete last ^T or ^R  |
  46. | ^D, ^L - char right | ^R    - cmd right  | ^Y    - abort entire line       |
  47. | ^A     - word left  |                    | <ret> - execute                 |
  48. | ^F     - word right |                    |                                 |
  49. | ^C     - cmd right  |                    |                                 |
  50. ==============================================================================
  51. :3
  52.  
  53. Z33VERR Notes:
  54.  
  55.    a. Z33VERR looks at the quiet flag before printing its install message.
  56.