home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0766.lha / Switcher / Switcher.doc.alt < prev    next >
Text File  |  1992-11-21  |  6KB  |  279 lines

  1.  
  2.  
  3.  
  4.  
  5.                               ABOUT SWITCHER
  6.  
  7. Switcher is a set of utilities designed for Amiga owners who use a Hewlett-
  8. Packard LaserJet Series Printer and Pacific Data's PacificPage P.E cartridge.
  9. The Pacific Data cartridge provides Postscript capability to the HP series of
  10. laser printers.
  11.  
  12. The problem for Amiga owners is that to switch between the Postscript and PCL
  13. (normal HP) modes, you must constantly insert/remove the Postscript cartridge
  14. every time a change is needed. Pacific Data does supply software for MS-DOS
  15. machines to allow switching between modes, but do not have any software for
  16. the Amiga.
  17.  
  18. I grew tired of removing and installing the cartridge every time I needed to
  19. print a different type of document, and thus "SWITCHER" was created. SWITCHER
  20. allows the Amiga owner to leave the Pacific Data cartridge installed at all
  21. times, and switch between modes easily.
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.                              INSTALLING SWITCHER
  48.  
  49. SWITCHER can be easily installed to a Hard Drive or disk, simply by dragging 
  50. the SWITCHER icon to the destination disk. It is very compact, and takes up
  51. very little room. The only requirement for it's operation is that IconX be
  52. present in your C directory. Unless you've moved, or deleted IconX from the
  53. C directory where it is normally located, you will have no problem running 
  54. the programs.
  55.                      
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.                               USING SWITCHER
  81.  
  82. The SWITCHER drawer contains two programs......PostScript and LaserJet. I did
  83. provide icons for each, so that they may be run directly from the WorkBench.
  84. However, they can also be run from the CLI or Shell, simply by typing either
  85. "Execute PostScript" to engage the Postscipt mode, or "Execute LaserJet" to
  86. switch back to the standard HP mode (PCL).
  87.  
  88. They operate under both version 1.3 and 2.0 of the AmigaDos operating system.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.                              MODIFYING SWITCHER
  114.  
  115. By default, I have set up the programs for persons using a parallel printer.
  116. For most users, no modification will be necessary. However, for Amiga owners
  117. who are using a serial Hewlett-Packard LaserJet series printer, they can also
  118. easily modify the PostScript and LaserJet files using their favorite text
  119. editor. They can simply change the output device PAR: that I used, to SER:
  120.  
  121. Example of a modified PostScript batch file:
  122.      Copy To_Postscript to SER:
  123.  
  124. Example of a modified LaserJet batch file:
  125.      Copy To_LaserJet to SER:
  126.  
  127. Serial printer users may also wish to include the baud rates as well, but it
  128. can be set via Preferences if desired. Be sure to match the baud settings of
  129. the serial port to the settings of your printer.
  130.  
  131. Do not use the PRT: device. The reason for this is because neither the SER:
  132. or PAR: devices perform any translation on the ESCape codes, whereas the
  133. PRT: devices will attempt translation, and may not function correctly.
  134.  
  135. I leave the possibilities open for you to explore, as modification is easy.
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.                       SWITCHER FILES AND WHAT THEY DO
  163.  
  164. Switcher - the directory where all the files are kept.
  165.  
  166. Switcher.info - the icon file for the Switcher directory. This makes it easy
  167.                 to copy all the files to another destination.
  168.  
  169. PostScript - an executable batch file which sends the appropriate ESCape code
  170.              (to_PostScript) to the PAR: device to engage Postscript mode.
  171.  
  172. PostScript.info - an icon file. Allows IconX to run the Postscript program
  173.                   through WorkBench.
  174.  
  175. LaserJet - an executable batch file which sends the appropriate ESCape code
  176.            (to_LaserJet) to the PAR: device to engage HP (PCL) mode.
  177.  
  178. LaserJet.info - an icon file. Allows IconX to run the LaserJet program
  179.                 through WorkBench.
  180.  
  181. to_Postscript - the actual ESCape code itself, which enables Postscript mode.
  182.  
  183. to_LaserJet - the actual ESCape code itself, which enables PCL (HP) mode.
  184.  
  185. Switcher.Doc - the documentation file you are now reading.
  186.  
  187. Switcher.doc.info - an icon file, which allows MuchMore to read documentation.
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.                            
  212.  
  213.  
  214.                        HEWLETT-PACKARD COMPATIBILITY
  215.  
  216. My software programs should function properly with any of the following 
  217. HP LaserJet Series printers with a Pacific Data PacificPage P.E cartridge:
  218.  
  219.      *HP LaserJet IIP
  220.      *HP LaserJet IID
  221.      *HP LaserJet III
  222.      *HP LaserJet IIID
  223.      *HP LaserJet IIIP
  224.  
  225. Please note that your Hewlett-Packard LaserJet must have a minimum of 1.5 Mb
  226. or Ram for Postscript printing of standard Letter sized documents. A minimum
  227. of 2.5 Mb is required for Legal and A4 sized documents.
  228.  
  229. I am using the PacificPage P.E cartridge with a Hewlett-Packard LaserJet III
  230. populated with 5 Mb of Ram. I feel this combination, along with my SWITCHER
  231. software provides a great amount of flexibility for DeskTop Publishing.
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256. _____________________________________________________________________________
  257.  
  258. The SWITCHER drawer, PostScript & LaserJet program and icons may be freely
  259. distributed into the public domain provided they are released in entirety,
  260. along with the Switcher.doc file.
  261.  
  262. I can be reached at the following address for comments, etc.
  263.  
  264.                     Tom Applegate
  265.                     229 East Bertsch Street
  266.                     Lansford, Pa.  18232
  267.  
  268.                     (717) 645-7935
  269.  
  270. -----------------------------------------------------------------------------
  271.  
  272.                     AND NOW THE LEGAL STUFF.............
  273.  
  274. PacificPage P.E is a trademark of Pacific Data Products.
  275. Postscript is a registered trademark of Adobe Systems Incorporated.
  276. PCL is a registered trademark of Hewlett-Packard Company.
  277. Amiga & AmigaDos are registered trademarks of Commodore-Amiga, Inc.
  278.  
  279.