home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / asm / tbsource / texter / final / texter.doc next >
Text File  |  1993-12-21  |  4KB  |  123 lines

  1.  
  2. 28/07/92             Tx the texter
  3.  
  4. Updated: 16/07/91    - for version 0.01a
  5. Updated: 28/07/92    - for version 0.01b
  6.                         
  7.  Copyright (C) Tomi Blinnikka 1991, All Rights Reserved.
  8.                     ^^^^^^^^^^^^^^^^^^^^
  9. This program is freely distributable. This means that you can copy it and 
  10. give it to all your friends, upload it to a BBS or include it in a PD-
  11. library (FISH etc.). The only restrictions are that all of the files are
  12. included in their original form without additions, deletions, or modifi-
  13. cations of any kind and that it IS NOT SOLD. THIS INCLUDES GERMAN PD 
  14. SELLERS. If you want to use this program for commercial purposes you
  15. need written permission. The Tx program is provided "AS IS" without
  16. warranty of any kind, and the author is not responsible for any damage
  17. this software may do.
  18.  
  19. WHAT DOES IT DO?
  20. ~~~~~~~~~~~~~~~~
  21. The program prints any ASCII file, except slower. It will print the file
  22. character by character, but will have a little delay in between them.
  23. This program was written because I was totally bored and tired. Meaning I
  24. didn't have enough brain CPU time running to do something more important.
  25.  
  26. COMPATIBILITY
  27. ~~~~~~~~~~~~~
  28. This program will has been tested only under and will only work with
  29. Kickstart 2.0 or higher. Tested under 68020 (A2500/20).
  30.  
  31. HOW TO USE IT
  32. ~~~~~~~~~~~~~
  33. Start the program from the CLI.
  34.  
  35.     1> Tx FileName
  36.  
  37. ... where FileName is the name of the file you wish to print
  38.  
  39. Or for some info on the program 
  40.  
  41.     1> Tx ? | -? | h | -h
  42.  
  43. WRITING THE FILES
  44. ~~~~~~~~~~~~~~~~~
  45. The files that Tx prints can be normal ASCII files, but for this purpose Tx
  46. is not at all useful, since it is slower that the normal Type-command. The
  47. thing with Tx is, that it can have special commands hidden in the file.
  48. Here is a short list of commands Tx understands:
  49.  
  50.     !    Clear CLI/Shell
  51.     0 - 3    Speed. 0 = no delay, 1 = Fast, 2 = Medium, 3 = Slow
  52.     b    Bold on
  53.     c    Cursor off
  54.     C    Cursor on
  55.     d    Delay. Makes one delay of 'Speed'
  56.     i    Italic on.
  57.     p    Plain. Turns off italic/underline-bold/etc.
  58.     r    Reverse.
  59.     u    Underline.
  60.  
  61. To start giving the commands use an escape character (27 dec, $1B hex).
  62. After this you may enter as many effect commands as you wish. To end giving
  63. the commands enter another escape character. Examples:
  64.  
  65. Normal:    [ESC]i[ESC] This is in italic. [ESC]p[ESC]
  66. Hex:    1B691B54 68697320 69732069 6E206974 616C6963 1B701B
  67.  
  68. Would print "This is in italic" in italic. Check the TT file for more
  69. examples.
  70.  
  71. NOTE: The commands are case sensitive!
  72.  
  73. ERROR MESSAGES
  74. ~~~~~~~~~~~~~~
  75. The program will give some help and some error messages.
  76.  
  77. VERSIONS
  78. ~~~~~~~~
  79. Here is a list of changes etc. between different versions, starting
  80. with the newest version. Version 1.00 will be the first "real" release.
  81.  
  82. Version     Size    Date     Description
  83. ----------------------------------------------------------------------
  84. 0.01b    ~2000     28/07/92 Added CTRL_C check. Changed a bunch of things
  85.              and changed the Tester file. Added speeds.
  86.              Optimized code quite a bit. Added list of
  87.              commands to docs, but who needed them anyway?
  88.  
  89. 0.01a     ----    --/07/91 Wrote program. Not properly tested. Docs not
  90.              checked. Not finished.
  91.  
  92. FUTURE VERSIONS
  93. ~~~~~~~~~~~~~~~
  94. Future versions, if any, will have optimized code and possible bug
  95. fixes. They will possibly have a sound option (keybeep type of thing),
  96. optional screen clearing, options for changing fore/background colors etc.
  97.  
  98. BUG REPORTS ETC...
  99. ~~~~~~~~~~~~~~~~~~
  100. Please send donations, bug reports and list of features you would like
  101. to have included in future versions to
  102.  
  103. Tomi Blinnikka
  104. Syystie 10
  105. 00780 Helsinki
  106. FINLAND
  107.  
  108. If you want the source code contact me (or resource it :) at the address
  109. above, or you can also contact me on the following BBS:
  110.  
  111. MITS +358-0-458 2066
  112. MITS +358-0-458 2077
  113. MITS +358-0-458 2088 (Paying users with sec. level 40 or higher ONLY) 
  114.  
  115. "...trademark of Xerox Corporations. Reading legal mush can turn your
  116. brain to guacamole! Epson is registered trademark of Epson America
  117. ..." -Amiga RKRM Includes & AutoDocs, fourth page.
  118.  
  119.  
  120.                         Tomi Blinnikka
  121.  
  122.                         docbliny@mits.mdata.fi
  123.