home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol145 / vfiler.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.7 KB  |  38 lines

  1.             VFILER 1.7 by Richard Conn
  2.  
  3.     VFILER is a screen-oriented file manipulation utility.  Following
  4. in the footsteps of SWEEP, CLEAN, and DISK, VFILER performs the same
  5. fundamental functions, but adds screen-oriented displays and manipulation
  6. to it, giving a more user-friendly interface in my opinion.
  7.  
  8.     VFILER must be installed for a user's terminal.  To do this, edit
  9. VFILERSC.ASM, follow the directions contained therein, and set up this
  10. file to support your CRT's clear screen, goto xy, and clear to end of line
  11. functions.  Once done, assemble VFILERSC, patch it into VFILER by using
  12. DDT (I and R commands, with no offset for R), and then save the result.
  13. VFILER now is installed to run under CP/M.
  14.  
  15.     If the user is running ZCPR2, he should now run GENINS on VFILER,
  16. do a normal installation, and write out the result.  VFILER will take advantage
  17. of the special features of ZCPR2 if so installed.
  18.  
  19.     When VFILER is invoked, it displays a screen (up to 64) files to the
  20. user with an arrow.  The user may use the Word Star cursor movement keys
  21. (^E for up, ^X for down, ^D for right, ^S for left) to move the cursor
  22. to point to a desired file.  Typing V will view the file on the CRT, P
  23. will print it on the printer, C will copy it, D will delete it, etc.
  24. See the command summary built into VFILER.
  25.  
  26.     VFILER knows all about the DU and DIR (if installed for ZCPR2) forms.
  27. Under CP/M or ZCPR2, the DU form may be used.  For example, in response to
  28. the Login command (L), the user may type any of the following:
  29.  
  30.         A    <-- log into Disk A, Current User
  31.         5    <-- log into Current Disk, User 5
  32.         A5    <-- log into Disk A, User 5
  33.         wordst    <-- log into named dir (under ZCPR2)
  34.  
  35. The entries may or may not be followed by a colon, as the user desired
  36. (i.e., 'A' and 'A:' mean the same thing).
  37.  
  38.