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-5.LBR / V.LBR / VERROR.HZP / VERROR.HLP
Text File  |  2000-06-30  |  2KB  |  74 lines

  1. ;
  2.                                  VERROR.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                3k (22)   043F  1.7        Paul Pomerleau 4/86      Z3COM10
  6.  
  7.   1- Syntax  2- Commands  3- Notes  4- Examples of Use                        
  8.  
  9.  
  10.    VERROR us  a ZCPR3 error handler.   Just execute  it without any parameters
  11. and it will install itself.  When ZCPR3 gets a command that it cannot process,
  12. it will give control to VERROR.   VERROR will then ask you if you wish to edit
  13. the  offending command.   Should you  say anything but (Y)es,  you will be put
  14. into an editor which uses a subset of the  WordStar command  set.   Similar to
  15. ERROR23.COM.
  16. :1
  17.  
  18.  
  19.    Syntax:  VERROR
  20. :2
  21.  
  22. VERROR Commands:
  23.  
  24.    ^E  <--  line up
  25.    ^X  <--  line down
  26.    ^S  <--  character left
  27.    ^D  <--  character right
  28.    ^A  <--  word left
  29.    ^F  <--  word right
  30.    ^G  <--  delete character
  31.    ^T  <--  delete word
  32.    ^Y  <--  delete command line and returh to system
  33.    ^V  <--  flip mode from insert to overwrite and back
  34.    ^P  <--  insert control character (or lower-case character)
  35.  
  36.  
  37. VERROR Commands (continued):
  38.  
  39.    In addition to the WordStar commands, these are available:
  40.  
  41.    ^K  <--  line up
  42.    ^J  <--  line down
  43.    ^H  <--  character left
  44.    ^L  <--  character right
  45.    ^C  <--  command right (moves to next semicolon)
  46.    ^R  <--  remove command (deletes from cursor to semicolon)
  47.    ^U  <--  undo last ^T or ^R -- (useful for copying text)
  48.   <CR> <--  save command line and return to system
  49.  <DEL> <--  delete character to left
  50. :3
  51.  
  52. VERROR Notes:
  53.  
  54.    a. VERROR looks for itself in  the base of the path (ROOT:).   Don't change
  55.       VERROR's name.   The file must be VERROR.COM in the  ROOT: directory for
  56.       VERROR to find itself.
  57. :4
  58.  
  59. Examples of Use:
  60.  
  61.    a. B0:>dirr
  62.  
  63. VERROR Vers 1.7 -- Error Handler:
  64.         Error -> dirr
  65. Do you want to edit this line? Y                        
  66.  
  67.  
  68. VERROR Vers 1.7 -- Error Handler:       B0:              <-- new screen; video 
  69.                                                              attributes turned
  70. dirr                                                         on; cursor on 'd'
  71.                                                              in 'dirr'
  72. ^Q for Help
  73. E2
  74.    e.g. <VCOMP file1 b0:> will compare same file on default and b0