home *** CD-ROM | disk | FTP | other *** search
- ;+======================================================================+
- ;| |
- ;|TITLE: LABLDISK.ASM - Print Sorted Disk Directory on Label |
- ;| |
- ;|DATE: 02/16/83 VERSION: 2.0 LANGUAGE: ASM-80 |
- ;|SQUEEZED NAME: LABLDISK.AQM LIBRARY NAME: none |
- ;|RELATED FILES: none |
- ;| |
- ;|SYSTEM: Standard CP/M-80, minimum 24k |
- ;| |
- ;|PURPOSE: To print an alphabetically sorted disk directory on a label |
- ;| using the condensed font of your printer for the main |
- ;| directory and an enlarged font to print the first entry |
- ;| in the directory as a title on the label. |
- ;| |
- ;|SUMMARIZE REVISION: Made printer and label characteristics modular |
- ;| at front of program. Deleted 'SETUP' function |
- ;| key printout. Added optional title capability. |
- ;| |
- ;|SUBMITTED BY: Melissa Gray [leave messages on RBBS (415)965-4097] |
- ;|ORIGINAL AUTHOR: unknown (derived from FMAP (Catalog) program) |
- ;|OTHER CONTRIBUTORS: Dennis McFerran (called it DSCLABEL.ASM) |
- ;| (There's also another new version of DSCLABEL |
- ;| with the 'SETUP' printout changed to an option) |
- ;| |
- ;|REFERENCE: FMAP program |
- ;| |
- ;|DOCUMENTATION: Fairly extensive setup documentation in front of the |
- ;| source, though not entirely clear. User documentation|
- ;| is limited and source documentation is fairly good. |
- ;| |
- ;|PROGRAM USAGE: Would be very useful to anyone needing this |
- ;| capability. Fairly easy to install, although it |
- ;| requires edits for printers other than the NEC-8023 |
- ;| and label sizes other than 5"x3" to be cut to 5"x2" |
- ;| |
- ;|RATING: *** (needs to be able to read label size parameters on-line) |
- ;| |
- ;+======================================================================+