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 / VCED.HZP / VCED.HLP
Text File  |  2000-06-30  |  4KB  |  107 lines

  1. ;
  2.                                    VCED.COM                                   
  3.  
  4.              Size (recs) CRC   Version    Author/Latest Issue      Disk
  5.                4k (32)   0109  1.8        Paul Pomerleau 9/86      Z3COM10
  6.  
  7.   1- Syntax  2- Commands  3- Notes                                            
  8.  
  9.    VCED  (Video Command EDitor)  is  a  ZCPR3 shell which  allows  you to edit 
  10. command lines that you enter and to recall those that you wish to  re-execute. 
  11. Just call it up without any parameters and it will install itself.   VCED will 
  12. remain active until the ^_  (Terminate) command is issued from the editor.   A 
  13. subset of WordStar commands have been implemented for editing.
  14.  
  15.    VCED  is especially useful when typing long command lines,  so call up VCED 
  16. before you do several CPs or RENs.   A command line such as EDIT FORMAT.MAC;M8 
  17. =FORMAT.MAC;L80 FORMAT,FORMAT/N/E;FORMAT  might need to  be repeated  over and 
  18. over, making it wise to use VCED.
  19. :1
  20.  
  21.    Syntax:  VCED      <-- Invoke VCED shell
  22.  
  23.             VCED E    <-- Invoke VCED as an error handler as well as a shell
  24.  
  25. Calling up the editor:
  26.    ^V <-- Calls up the editor.  
  27.    ^Q <-- Calls up the editor with help on the screen.  
  28.    ^B <-- Goes to the previous command.  
  29.    ^O <-- Enters the editor and waits for a letter to find.  
  30.           All text on the line is automatically put into the kill buffer.
  31. :2
  32.  
  33. VCED Commands:
  34.  
  35.   Once in the editor, these commands apply:
  36.  
  37. ^E : Line Up
  38. ^X : Line Down
  39. ^S : Character Left
  40. ^D : Character Right
  41. ^A : Word Left
  42. ^F : Word Right
  43. ^G : Delete Character
  44. ^T : Delete Word
  45. ^Y : Delete Entire Command Line
  46. ^V : Flip Mode from Insert to OverWrite and Back
  47. ^P : Insert Control Character (or Lower-Case Character)
  48.  
  49.  
  50. VCED Commands (continued):
  51.  
  52.   In addition to the WordStar commands, these are available:
  53.  
  54. ^K : Line Up
  55. ^J : Line Down
  56. ^H : Character Left
  57. ^L : Character Right
  58. ^C : Command Right (moves to next semicolon)
  59. ^R : Remove Command (deletes from cursor to semicolon)
  60. ^U : Undo Last ^Y, ^T or ^R -- (useful for copying text)
  61. ^B : Move Backward One Command Line In Buffer
  62. ^N : Go Forward One Command Line In Buffer
  63. ^O : Find Old Command Line.
  64.   Press ^O then letter which starts desired command line.
  65. ^_ : Exit VCED
  66. <CR> : Execute Command Line
  67. <DEL> : Delete Character to Left
  68. :3
  69.  
  70. VCED Notes:
  71.  
  72.    a. VCED starts up in the same way as Z3 usually does: it provides the drive
  73.       letter,  user number and the directory name if there is one.  Z3 follows 
  74.       this information with a '>'.   An extra '>' is added so that you can see 
  75.       that  you  are  in  VCED.  The  editor  will  not  come  up  unless  you 
  76.       specifically request it.  To call up the editor, hit ^V.  Hitting ^B, ^Q
  77.       or ^O saves a keystroke:   They each call up the editor and then perform 
  78.       their own functions.
  79.  
  80.    b. Before  introducing  this  version  of  VCED  to your system,  erase any 
  81.       VCED.VAR that might be present.  VCED cannot use VCED.VAR files produced
  82.       by  earlier VCED's.   VCED uses the ZCPR3 register designated at 111h to 
  83.       remember the current location within the circular buffer.  So don't mess
  84.       with that register.
  85.  
  86.  
  87. VCED Notes (continued):
  88.  
  89.    c. Patch points:
  90.  
  91.       110h
  92.         The size of VCED.VAR is customizable.  If you have a 2k minimum
  93.         allocation block, then the buffer size might as well be 2k rather
  94.         than 1k.  Number of records - 1, eg: 7 for 1k, 15 for 2k or 31 for 4k.
  95.       111h
  96.         Register number to use to keep track of current record.
  97.       112h
  98.         User number for VCED.VAR
  99.       113h
  100.         FCB for VCED.VAR -- You may change the drive number (A:=1, B:=2, etc.)
  101.         at 113h.  The filename may be changed at location 114h.
  102.       137h
  103.         Name of VCED.COM -- Includes space for DU: and longer name.
  104.       144h to 14eh
  105.         Punctuation for word right, left.  
  106. command line will be flushed later.  
  107. A byte with an 'F' precedes this flag to identify the alias  as one of th