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 / L-C-DIR.LBR / L-C_DIR.DOC < prev   
Text File  |  2000-06-30  |  2KB  |  52 lines

  1. Documentation for L-C/DIR.COM
  2. (Lower-case directory program)
  3. ==============================
  4.  
  5. This program was found on an RCPM system in California in 1983.
  6. It came to me without any documentation whatsoever, to replace
  7. other versions of DIR or SD in the public domain.
  8.  
  9. Its main advantage is purely aesthetic: all filenames appear in
  10. "lower-case" letters instead of the standard SOLID CAPS of other
  11. directory programs. I called it L-C/DIR.COM, which is probably
  12. not its real name. (You might prefer to simply rename it to D.)
  13.  
  14. Here are some neat features I discovered:
  15.  
  16. (1)  If you have changed disks without entering a control-C to
  17. reset the drive, L-C/DIR will indicate this with a message at the
  18. right, saying " -- Disk is Read Only -- "
  19.  
  20. (2)  If you examine the beginning of the program with PATCH, SUPERZAP,
  21. or some other disk utility, you will see the words:
  22.    SET THESE: 
  23.    DIMVIDEO (8 empty bytes follow; patch address 0118-011F)
  24.    REGVIDEO (8 empty bytes follow; patch address 0128-012F)
  25. Put in the necessary codes to set any alternate video or video
  26. highlighting you prefer.  The only thing that will BE highlighted
  27. is the "Disk is Read Only" message, when it appears.  It is not
  28. necessary to prefix your code with a byte indicating the code
  29. length.  Thus, if ESC-B-1 turns on alternate video, you can just
  30. enter 1B 42 31.
  31.    
  32. (3) Normally, the filename and filespace display for a typical
  33. Read/Write file looks like this:
  34.     filename.typ  12k
  35.  
  36. - However, if the file is Read Only, the display will be: 
  37.     filename.typ 12r
  38.  
  39. - If the file attribute has been set to ARC, the display will be:
  40.     filename.typ 12K
  41.  
  42. - If the file is both Read Only and ARC, the display will be:
  43.     filename.typ 12R
  44.  
  45. - System files do not display at all in L-C/DIR.
  46.  
  47.      If you discover any other features, send me a postcard.
  48.  
  49.                            Eric Pement
  50.                          4707 N. Malden
  51.                        Chicago, IL  60640
  52.