home *** CD-ROM | disk | FTP | other *** search
/ PC Plus 37 / SHORTIES / CASSBOX.DOC next >
Encoding:
Text File  |  1989-01-01  |  4.9 KB  |  137 lines

  1. @P
  2.  
  3. (C) John McClenahan.                        February 26, 1989
  4.  
  5. AUDIO CASSETTE TITLE LABEL PRINTER
  6.  
  7. The file CASSBOX.LBL is a skeleton file for producing a
  8. title label to fit inside the box of a blank audio cassette.
  9. It contains the control codes to format the inserted text
  10. for printing on any Epson or IBM Graphics compatible
  11. printer, provided it can print in condensed mode (17 characters/
  12. inch).
  13.  
  14. A sample completed printed label is shown below, so
  15. you can see the effect produced.
  16.  
  17. ------------------------------------- -----------------------------+
  18. A: Irish Songs (1)
  19.  
  20. The Moonshiner. The Rising of The Moon. The Whistling Gipsy Rover.
  21. Kelly of Killann. Are Ye Right There Michael?
  22.  
  23.  
  24.  
  25. B: Irish Songs (2)
  26.  
  27. Eileen Og. The South Down Militia. I'll Tell my Ma. McBreen's Heifer
  28. Roddy McCorley. Phil the Fluter's Ball. Up Went Nelson. Delaney's
  29. Donkey. The Holy Ground.
  30.  
  31. Sung by Seumas McClenahan, accompanied by Wolfgang Tschecne (guitar)
  32.  
  33. ---------------------------------- --------------------------------+
  34. IRISH SONGS, sung by
  35. Seumas McClenahan
  36. ---------------------------------- --------------------------------+
  37. Date: December 1988
  38.  
  39.  
  40. -------------------------------------------------------------------+
  41.  
  42.  
  43.  
  44.  
  45. (C) John McClenahan.                        February 26, 1989 
  46.                                                               
  47. AUDIO CASSETTE TITLE LABEL PRINTER                            
  48.  
  49. To use the skeleton:
  50.  
  51. 1.   COPY the file CASSBOX.LBL to a working disk, and
  52.      preferably give it a new name. DO NOT ATTEMPT TO EDIT
  53.      THE ORIGINAL FILE!
  54.  
  55. 2.   Edit the COPIED file to add your own text AFTER the
  56.      special symbols on each line. You can use RPED (for
  57.      Amstrad owners), or word processors (in non-document
  58.      mode) or text editors which can cope with the control
  59.      codes (and preferably display them, so you don't type
  60.      over them by mistake!). On the title lines, which will 
  61.      be printed in double width condensed characters, do not 
  62.      type to the right of the gaps in the rows of minus signs,
  63.      so that the line will not print beyond the right hand 
  64.      edge of the label. SAVE the file at the end of your 
  65.      editing (with a zero left margin if this isn't the 
  66.      default).
  67.  
  68. 3.   Ensure that your printer is able to print condensed 
  69.      characters (some printers, if set in NLQ or Elite (Mini)
  70.      mode will not print condensed 17 chars/inch. The file 
  71.      attempts to reset the printer to 10 char/inch normal 
  72.      print, but this may not override panel switch or dip 
  73.      switch settings: check your printer manual if condensed 
  74.      print doesn't seem to be working).
  75.  
  76. 4.   Print the file. COPY or PRINT the edited file to your
  77.      printer, which must be an Epson or IBM-Graphics
  78.      compatible model, set to print the default of 6 lines
  79.      to the inch. Use one of the commands
  80.  
  81.           COPY  yourfile PRN:
  82.      or   PRINT yourfile PRN:
  83.  
  84. 4.   Cut out the label, just inside the top and bottom
  85.      lines. Fold it on the middle lines to fit into the
  86.      spine of the box, and tuck the cardboard label supplied
  87.      with the blank cassette inside the paper label to keep
  88.      it neatly in place.
  89.  
  90.  
  91.  
  92.  
  93. (C) John McClenahan.                        February 26, 1989 
  94.                                                               
  95. AUDIO CASSETTE TITLE LABEL PRINTER
  96.  
  97. If you want to see how it works, you can use the DOS command
  98. "TYPE CASSBOX.LBL" to display the skeleton file. 
  99.  
  100. The first line resets the printer, and tries to ensure it 
  101. prints in Pica (10 char/inch) normal mode. 
  102.  
  103. The 2nd, 18th, 21st and 25th lines consist of a symbol, and a 
  104. row of minus signs ending in a plus sign. Lines 2 and 25 mark 
  105. the outline of the label (4" x 3-7/8" approx). Lines 18 and 21
  106. show where to crease the label to fit in the box. The gap in
  107. the row of minus signs shows you where to stop typing on the
  108. title lines (which are printed double width) so as not to
  109. print past the edge of the label.
  110.  
  111. Some of the lines have non-printable symbols displayed.
  112. There are four different symbols:
  113.  
  114. 1.   A "left pointing arrow" - ASCII code 27, or ESCape -
  115.      to tell the printer to expect a special formatting 
  116.      character (@ to reset, and P to set 10 char/inch 
  117.      normal print).
  118.  
  119. 2.   A "sunburst" symbol - ASCII code 15, or Ctrl-O - to
  120.      turn on condensed printing for the label outlines and
  121.      some of the text.
  122.  
  123. 3.   A double "musical note" symbol - ASCII 14, or Ctrl-N -
  124.      which turns on double width (still condensed) printing
  125.      for a single line, for the titles for Sides A: and B:
  126.      and for the spine of the box.
  127.  
  128. 4.   A vertical "double arrow" symbol - ASCII code 18, or 
  129.      Ctrl-R - at the end of line 25, which turns off 
  130.      condensed printing to get the printer back to normal 
  131.      for your next print job. The file ends with with another
  132.      ESCape code and an @ sign to reset the printer to its 
  133.      start up defaults.
  134.  
  135. @
  136. 
  137.