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 / CPM / UTILS / DIRUTL / DIRDIRS2.LBR / WHY.DZC / WHY.DOC
Text File  |  2000-06-30  |  2KB  |  45 lines

  1. Why on earth would anyone in his right mind bother to write an
  2. unadorned directory listing program when you can get a simple
  3. directory list out of your CCP and when snazzy things like SD
  4. are available?
  5.  
  6. Well the problem is that you can't ALWAYS get an unadorned directory
  7. listing out of your CCP!  I implemented Jim Lopushinsky's ZCPR-style
  8. CCP replacement, CCP103+ on Tesseract RCPM+  because it offers a
  9. number of improvements over the standard CCP that comes with CP/M
  10. Plus.  In the RCPM+ environment CCP103+ is a boon because it offers
  11. enhanced security and flexibility and supports utilities such as
  12. LD301 (which allows callers to log into .LBR files as sub-
  13. directories).
  14.  
  15. So worthwhile is CCP103+ that I have for some time wanted to use it
  16. on my other computer.  The only thing stopping me was that CCP103+
  17. has NO internal commands and relies on external programs to do the
  18. work of DIR, ERA, REN and TYPE.  The standard ERASE.COM and RENAME.COM
  19. do well enough, and TYPE109a.COM is better than either the internal
  20. TYPE command or the TYPE.COM provided by Digital Research.  SD makes
  21. a worthy substitute for the DIR command in the RCPM+ environment but
  22. for normal use I usually don't need or want all the extra information
  23. provided by SD, and in particular, I usually don't want my directory
  24. listing sorted.  I like to see the files in the order that they
  25. appear in the directory.
  26.  
  27. Because hitherto it would have been quite silly to write a program
  28. to do exactly what a standard internal DIR command does, there was no
  29. such program in the public domain.  There is now.
  30.  
  31. While I was about it I allowed a little extra versatility without
  32. going to extremes.  You can now include a user number alone or along
  33. with a drive prefix.  See the comments at the head of the source file
  34. for a short explanation.
  35.  
  36. I hope this little program proves of value to someone else.
  37.  
  38.     John Hastwell-Batten,
  39.     Tesseract RCPM+,
  40.     P.O. Box 242,
  41.     Dural, NSW 2158,
  42.     AUSTRALIA.
  43.  
  44.     20th May, 1986.
  45.