home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d7xx / d743 / turbodex.lha / TurboDEX / PDexamples / PrintDoc.doc < prev   
Text File  |  1992-10-11  |  3KB  |  66 lines

  1.  
  2.                               PrintDoc V1.0
  3.                             -----------------
  4.  
  5.                       written in 1992 by Maik Schulz
  6.  
  7.  
  8. What is so special about PrintDoc?
  9.     PrintDoc prints documents (you guessed that, right?) using "PAR:".
  10.     "Why PAR:?" you might think. Well, if I use PRT: umlauts will be
  11.     printed by printing a vocal, moving the printerhead backwards and
  12.     adding two dots. This takes some time (so few it's not really worth
  13.     mentioning) and it looks disgusting, nasty, ugly. Hmmm, just copy
  14.     the file to PAR: and that's it you think. Unfortunately, that's not
  15.     what the printer thinks. If you give him, for example, an "ä" it
  16.     prints some strange italic character, bearing not the slightest
  17.     resemblance with an "ä". To make it print an "ä" you need to edit
  18.     the textfile and replace it with a "{". Very strange. This you need
  19.     to do for every umlaut. The only problem is, that you cannot use
  20.     the "{" and other characters any more since they will output an
  21.     umlaut. So you have to add printer-commands for changing the printer-
  22.     keymap to your textfile. LOTS of work. Nothing for people as lazy
  23.     as me. So I took TurboDEX from FF #625 and wrote PrintDoc. It does
  24.     the whole job automatically. No editing , no swearing any more when
  25.     you realize that you missed one character in an important business
  26.     letter. Another fine reason for using PrintDoc is its size. It is
  27.     a mere 1.4KB long!
  28.  
  29. How do I use PrintDoc?
  30.     Well, that's the most simple thing on the world. Just enter the
  31.     CLI/Shell and type "PrintDoc mytext" to print a textfile called
  32.     "mytext" If the name of the textfile contains blanks you don't
  33.     need to enclose it in double-quotes. PrintDoc takes any character
  34.     beyond the first blank as the name of the textfile.
  35.  
  36. Does PrintDoc run with my printer, too?
  37.     I wrote PrintDoc for the Star LC-10. I don't know what is different
  38.     about other printers in this respect, so just try it. If you
  39.     encounter any problems, send me a disk with a file containing the
  40.     description of your problem, the translation-chart for country-
  41.     specific characters and the code for invoking usa-keymap and your
  42.     keymap and I will see what I can do for you (If you want me to write
  43.     back, you better send my a self-addressed and stamped envelope).
  44.     Ooh, if you own TurboDEX yourself you can of course alter the code
  45.     on your own account.
  46.  
  47. Copyright:
  48.     PrintDoc is written by Maik Schulz and may be regarded as freeware
  49.     with some limitations: You may only spread it if you include this
  50.     file (PrintDoc.doc) and if you don't sell it for more than a
  51.     nominal copy-fee. If you alter PrintDoc, you need my written
  52.     consent to spread it.
  53.  
  54. PrintDoc trashed my computer, formatted my harddisk and hid my backup!
  55.     I think you better buy a new one... Anyway, it's YOUR very problem
  56.     what YOU do with my very program. I cannot be taken responsible for
  57.     damages that result from the use of PrintDoc, neither physical nor
  58.     psychical! By the way: It's highly impossible that PrintDoc will
  59.     destroy anything!
  60.  
  61.                               Maik Schulz
  62.                               Wildenstein 45
  63.                               5620 Velbert 1
  64.                               West-Germany
  65.  
  66.