home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 16 / q16.d81 / t.contdirprint < prev    next >
Text File  |  2022-08-28  |  3KB  |  69 lines

  1.  
  2.                         CONTENTS AND DIRECTORY PRINTER
  3.  
  4.                                by Fender Tucker
  5.  
  6.  
  7. THIS IS A SPECIAL VERSION OF CONTDIRPRINT.  It only works in the 64 mode in
  8. 40-columns.  It does not return to LOADSTAR.
  9.  
  10.  
  11.      CONTENTS AND DIRECTORY PRINTER will print the "t.contents xx" file that
  12. you see when you choose Table of Contents from the LOADSTAR menu.  It will
  13. also print the directory of the disk that's in the drive.  It will print it
  14. in an area about 5" by 10" so you can cut it out, fold it once and keep it
  15. in your disk sleeve.  It works only on dot-matrix printers, not daisywheel
  16. printers.  It also won't work on printers that don't have a "subscript"
  17. mode, such as some MPS series printers.
  18.  
  19.      This program will work for any LOADSTAR 128, but since text was
  20. formatted differently on issues #1 through #8, there is a prompt for you to
  21. identify which LOADSTAR 128 it is, #1 through #8, or #9 on up.
  22.  
  23.      Run the program, then insert Side One of any LOADSTAR 128 in the drive,
  24. and try the second option, "Print Contents Sheet".  The program
  25. automatically loads a file called "driver" which is the driver for my STAR
  26. NX-1000.  If it prints a nice, small Table of Contents, then you don't have
  27. to create your own printer driver.  The current one will do.
  28.  
  29.      If it doesn't print correctly, then run the program again and choose
  30. the first option, "Create a printer driver".  Then get your printer manual
  31. and enter the codes for the prompted modes.  They are:
  32.  
  33.   Subscript Mode     : 27 83 49
  34.   Elite Pitch        : 27 77
  35.   Condensed Mode     : 27 15
  36.   Line Spacing 7/72" : 27 49
  37.   Reset Printer      : 27 64
  38.  
  39. The numbers are the codes for my NX-1000.  You will probably need to enter
  40. different numbers for your printer.  If your printer doesn't use 72nds for
  41. line spacing, use any fraction that approximates 1/10, such as 6/60 or
  42. 18/180.
  43.  
  44.      The program will save them in a file called "driver".  It's not
  45. technically a printer driver; it's just a file with the codes needed for
  46. certain functions saved as strings.  However, if this file is on a disk when
  47. the program is run, it will be loaded and when Option Two is chosen, the
  48. printer will be set to these modes and "t.contents xx" will be printed.
  49.  
  50.      The directory from any disk can be printed out.  It will print in four
  51. columns but small enough to fit into or on a disk sleeve.
  52.  
  53.      You enter the codes just like they are in the manual.  Usually it's a
  54. string of one to three numbers separated by spaces.  The numbers range from
  55. 0 to 255.  Some printer manuals may not have the printer codes listed in
  56. decimal numbers.  If many of the codes start with 1B instead of 27, then you
  57. need to enter them in HEXADECIMAL.  To do this, make sure the very first
  58. code you enter -- for Subscript Mode -- starts with a dollar sign ($).  The
  59. rest of the codes must be entered without the $.  HEXADECIMAL numbers may
  60. have the letters from A to F in them and are always two-digit numbers.
  61.  
  62. NOTE: Make sure you separate each number in each code with one space.
  63.  
  64.     The program is small, and some may say quick and dirty, so if anything
  65. goes wrong, just RUN it again and start over.
  66.  
  67. FT
  68.                              **** End of Text ****                          
  69.