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 / ZSYS / SIMTEL20 / ZCPR3 / VF42A.LBR / VF42A.UPD next >
Text File  |  2000-06-30  |  3KB  |  68 lines

  1.  
  2.          VFILER Version 4.2A Beta-Test Notes -- September 19, 1986
  3.  
  4.                                   Jay Sage
  5.  
  6.  
  7. Here are the changes I made for this test version:
  8.  
  9.  
  10. Added "^J" (control-J) command to jump to next file that matches the last
  11. mask specified in a previous "J" command.  This allows one to jump easily to
  12. the second or third file that matches a simple file spec.  For example,
  13. suppose the directory has just a few files of type DOC and you want to find
  14. one called "ZCPR3NEW.DOC".  You could give this exact name in reponse to the
  15. prompt from the "J" command, but it would be much faster to answer the
  16. prompt with a simple ".D" or ".DOC".  If that left you on an earlier DOC
  17. file in the display, just press control-J (linefeed) and you will move to
  18. the next matching file.  The command "^J" is the same as "J" except that you
  19. are not prompted for the file mask and the file pointer is not initialized
  20. to the first file on the screen before the search starts.  Instead it uses
  21. whatever mask is left over in the mask buffer, and it works its way in
  22. circles through the file ring.
  23.  
  24.  
  25. Fixed bug in "M" and "GM" commands that allowed source file to be deleted
  26. even when copy had not been performed.  Now if you answer "N" in response to
  27. a prompt about overwriting the destination file (or if the disk fills up or
  28. if the copy verification shows an error), the source file will not be
  29. erased.
  30.  
  31.  
  32. Added "GR" group reverse function to reverse file tags.  Tagged files become
  33. untagged; untagged files become tagged; and soft-tagged files remain soft-
  34. tagged.  [I have gotten no comments on my question about what to do with
  35. soft-tagged files under the "GR" command.  The other reasonable possibility
  36. is to untag them also.  What do you think?]
  37.  
  38.  
  39. Cleaned up log command ("L" or "N").  Removed special handling of answer "x"
  40. for directory name (no longer needed) and changed error handling code.  I
  41. hope I got all this correct.  I eliminated some things that appeared not toì
  42. be necessary (to shorten code and speed execution), and there is always a
  43. chance that I overlooked some situation that required that code.  One thing
  44. I did leave in that I think could possibly be eliminated is the resetting of
  45. the drive when only the file mask is changed.  I guess that that is there
  46. for when one swaps diskettes and logs the new one in with a simple ":"
  47. response to the log prompt.  Without it one would have to name the drive in
  48. the login prompt (might be just as easy).
  49.  
  50.                                  ----------
  51.  
  52. As usual, I am eager to get bug reports and suggestions from users.  I can
  53. be reached in the following ways:
  54.  
  55.     in writing:        1435 Centre Street
  56.                 Newton Centre, MA 02159
  57.  
  58.     voice telephone:    work: 617-863-5500 x4704
  59.                 home: 617-965-3552
  60.  
  61.     modem:            Z-Node #3 (mine) at 617-965-7259
  62.                 Z-Node Central (San Francisco)
  63.                 Lillipute Z-Node (Chicago)
  64.  
  65. My Z-Node in Boston is accessible via PC-PURSUIT.  It is possible that the
  66. sysop of a Z-Node near you is a PCP subscriber and can forward messages to
  67. my node for you.
  68.