home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / assemutl.zip / CO.DOC < prev    next >
Text File  |  1985-05-11  |  2KB  |  57 lines

  1.  
  2.           * * * * * * * * * * * * * * * * * * *
  3.           *                   *
  4.           *   SORTED DISKETTE CONTENTS LIST   *
  5.           *                   *
  6.           *   By Dan Daetwyler          *
  7.           *      Route 5, Box 518A          *
  8.           *      Springdale, Arkansas 72746   *
  9.           *      (501) 756-0212          *
  10.           *                   *
  11.           * * * * * * * * * * * * * * * * * * *
  12.  
  13. Source:  Dr. Dobb's Journal, February 1984, p60.
  14.  
  15. FILES:
  16.  
  17. COENDP     ASM    Diskette Contents List - Workarea definition.
  18. COFREE     ASM    Diskette Contents List - Get free space.
  19. COPRNT     ASM    Diskette Contents List - Print cover sheet.
  20. COSCAN     ASM    Diskette Contents List - Scan directory.
  21. COSORT     ASM    Diskette Contents List - Sort entry stack.
  22. COVER     ASM    Diskette Contents List - Get title.
  23. LIST     COM    Diskette Contents List - Executable code.
  24. LIST     DOC    Diskette Contents List - Documentation
  25.  
  26. Files:     LIST.DOC        COVER.ASM
  27.      LIST.COM        COTITL.ASM
  28.                 COFREE.ASM
  29.                 COSCAN.ASM
  30.                 COSORT.ASM
  31.                 COPRNT.ASM
  32.                 COENDP.ASM
  33.  
  34.     This utility sorts the directories of DOS 1.0, 1.1 and 2.0 disks and
  35.  prints the sorted information to fit inside the disk envelopes.  You have
  36.  to provide your own paper cutter, but the program does the rest.  You also
  37.  get the amount of free space on the disks and the date.  It requires the
  38.  IBM or Epson MX80 printer, but the assembly language files can me modified
  39.  to fit any printer that offers condensed print and eight lines-per-inch
  40.  spacing, if you are skilled at assembly language programming.    The seven
  41.  .ASM files are included for your convenience.
  42.  
  43.     Please see the Dr.Dobb's article for a detailed description of the
  44.  program.  Only LIST.COM is needed to use the program as written, but you
  45.  may want to change it for your needs.
  46.  
  47.  
  48. INSTRUCTIONS FOR USING LIST.COM
  49.     Call the program from a disk in Drive A by typing LIST <ENTER>.  The
  50.  printer must be turned on.  Follow the two requests for information:  Type
  51.  in the designation of the drive that contains the file to be listed, no
  52.  <ENTER>!; then type in the NAME you want to call the list and press
  53.  <ENTER>.  Sit back and watch.    You will get two lists per page from the
  54.  printer.
  55.  
  56.  
  57.