home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: InfoMgt / InfoMgt.zip / DLABEL.ZIP / DLABEL.DOC next >
Text File  |  1990-09-15  |  5KB  |  144 lines

  1.                             Disk Label Utility
  2.                              Version 1.00.00b
  3.  
  4.  
  5.      I have finally completed my first PM program which I promised myself
  6. when I was first introduced to OS/2.  My next goal is to convert this
  7. program to Windows 3.0 which should not be too hard since the programming
  8. method is very similar.
  9.  
  10.      This program can be freely distributed if the program is not modified
  11. in anyway.  I am currently working on a future release of this program, and
  12. too help make this program suitable for all users, I am open to any
  13. suggestions on any enhancements or bugs that need to be fixed. So comment
  14. on anything you see fit.  I can be reached at the following address until
  15. December 1990, since I will be graduated from OSU with a Computer Science
  16. degree and hopefully will either be working or persuing my MS degree. Or I
  17. can be reached e-mail if you have access to e-mail.
  18.  
  19.        Mailing Address:    Jim Huang
  20.                            155 NW Kings Blvd.
  21.                            N-305
  22.                            Corvallis, OR 97330
  23.  
  24.                            Above address is valid until December 1990.
  25.  
  26.        Electronic Mail:    huangj@nyssa.cs.orst.edu
  27.                            uunet!nyssa.CS.ORST.EDU!huangj@uunet.UU.NET
  28.  
  29.         * If the first e-mail address doesn't work, try the second one.
  30.  
  31.  
  32.      A formal documentation will be created if there are enough interest in
  33. this program.
  34.  
  35.  
  36. DISCLAIMER::
  37.  
  38.      Due to viruses scattered across the world, I am not responsible
  39. for anything happening on your system.  I recommand checking out your
  40. system and all files before using it, even this program.  There is always
  41. a good chance someone embedding a virus in a program and re-distributing
  42. it.  If you like to get a copy directly from me which will be virus-free,
  43. send $5.00 to cover material and shipping fee to the mailing address.  Also
  44. specify size of disk.
  45.  
  46.  
  47. PURPOSE::
  48.  
  49.      This program will do three things:
  50.  
  51.             1. Print the files on the disk on to 3-1/2" and 5-1/4" Disk
  52.                Labels
  53.  
  54.             2. Print text which you like to enter on the disk labels
  55.  
  56.             3. Keep a file of all the files you might have collected
  57.  
  58.      When I wrote this program, the only size label I have is:
  59.  
  60.             3.5"  :  2.75" x 2.00"
  61.  
  62.             5.25" :  4 11/16" x 1 3/8"
  63.  
  64.      Future release of this program will allow user to use any size labels.
  65.  
  66.  
  67. Features::
  68.  
  69.      Files --
  70.  
  71.       New -> 5.25" -> List Files
  72.       New -> 3.5"  -> List Files
  73.  
  74.         This feature will allow the files on the disk to be printed on the
  75.         disk label. The user will have the option of filtering the files
  76.         to be printed on the disk.
  77.  
  78.       New -> 5.25" -> Enter Text
  79.       New -> 3.5"  -> Enter Text
  80.  
  81.         This feature will allow the user to enter text to be printed on the
  82.         label.  There are three justifications that you can choose for each
  83.         line (LEFT, CENTER, RIGHT).
  84.  
  85.         For 5.25" Disk you will be allow to enter up to 8 lines of text and
  86.         for 3.5" disk you will be allow to enter up to 12 lines of text.
  87.  
  88.       New -> To File
  89.  
  90.         This feature will keep a list of files on disk so you can keep a
  91.         master list on disk.  The only weak part of this feature is it
  92.         does not sort the entire list.  I am currently using Microsoft
  93.         Word 5.0 to sort my list and will be implementing a sort routine in
  94.         the future release.
  95.  
  96.         Once the list has been created, you can also appending any future
  97.         files to the existing list without having to recreate the entire
  98.         list.
  99.  
  100.         The list will tell you everyting that the command DIR shows.
  101.  
  102.       Printer Port
  103.  
  104.         This program will support up to LPT4:.  Since I only have LPT1: and
  105.         LPT2: setup on my system, if anybody have LPT3: and LPT4: on your
  106.         system, please test these two ports out for me, so I'll know that
  107.         there are no bugs with the last two ports.
  108.  
  109.       Exit
  110.  
  111.         This will end the program.
  112.  
  113.       About
  114.  
  115.         Just like any About box.
  116.  
  117.  
  118.      Drive --
  119.  
  120.         Selects which every drive you are trying to read from, since not
  121.         everybody have the same drive configuration.
  122.  
  123.      Printer --
  124.  
  125.         The printers which this program will support.  If you have a
  126.         different printer and none of the following printer selection will
  127.         work properly on your printer, let me know and I will implemented
  128.         it into a next release or even a personal release just for you.  I
  129.         will need the following information from you if you:
  130.  
  131.              Escape Code for the following:
  132.  
  133.                 1. Compress Mode (set/release)
  134.                 2. Unidirectional Print Mode (set/release)
  135.                 3. Elite (12 Pt.)
  136.                 4. Set 1/8 line spacing
  137.                 5. Reset printer
  138.  
  139.  
  140. Enjoy and let me know what you think.
  141.  
  142. Jim Huang
  143.  
  144.