home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / catlog / dsklabl1.lbr / DSKLABL1.DZC / DSKLABL1.ÄOC
Text File  |  1987-02-14  |  3KB  |  71 lines

  1.   The following software is copyrighted 10/20/83 by:
  2.       Dennis McFerran
  3.       1038 Polk Lane
  4.       San Jose, CA  95117
  5.       Tel-408-296-6021
  6.         Comments and suggestions welcome.
  7.    
  8.    
  9.    Program name: DSKLABL 
  10.  
  11.    Version     : 1
  12.  
  13.    Purpose     : Prepare a printed "Avery" type label
  14.                  to identify the various files on a
  15.                  disk.  
  16.  
  17.    Equipment   : Written for the Osborne 01, either     
  18.                  Single or Double Density and the Epson
  19.                  Printer 
  20.    
  21.    Output      : The program produces a label with a 
  22.                  heading that shows: 
  23.                    a) The date produced
  24.                    b) Whether the disk is single or double
  25.                            density
  26.                    c) The amount of Free Space on the disk
  27.                    d) The "Name" of the disk (i.e. -UTILITY.U01)
  28.                    e) The "Page" number of the label relative
  29.                            to that particular disk
  30.    
  31.    Instructions:
  32.               1.  Place this program on a disk in
  33.                   Drive A.  It makes some sense to 
  34.                   include it on the same disk that you
  35.                   use for cataloging your files (NCAT
  36.                   or whatever).  If you don't catalog
  37.                   I suggest that you check out the 
  38.                   possiblities in our library.
  39.    
  40.               2.  Put the continuous form labels in 
  41.                   your printer.
  42.    
  43.               3.  Mount the disk to be labeled in 
  44.                   drive B.
  45.    
  46.               4.  Type  dsklabl1 b: <CR>
  47.    
  48.               5.  The first time in each labelling session 
  49.                   the program will ask you for the date.  It
  50.                   is stored so that it will be remembered
  51.                   from disk to disk unless depredd the RESET
  52.                   button.
  53.    
  54.               6.  The disk will whir for a second and then,
  55.                   assuming you have turned on your print,
  56.                   will produce a label(s) that you may affix
  57.                   to the disk.
  58.                    
  59.               7.  Repeat step 4 for each disk that you want 
  60.                        to label.
  61.    
  62.    Remarks:  This is the first version of a nearly complete 
  63.      rewrite of my old DIRLABLE program and solves many problems
  64.      that were inherent in that code.
  65.      This program now (I hope) calculates the Free Space on the
  66.      disk properly, allows the user to easily change the number
  67.      of columns and lines of information to fit any size of 
  68.      label that you want to use, identifies the "name" of the 
  69.      disk on each "Page" of labels that it creates for the disk.
  70.    
  71.