home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / acc / utility / textdump.doc < prev    next >
Encoding:
Text File  |  1990-01-27  |  2.4 KB  |  58 lines

  1. January 27, 1990
  2.  
  3.  
  4.                               TEXT-DUMP
  5.  
  6.  
  7.         Text-Dump is an ASCII file printer that will print any ASCII
  8. file stored on any secondary storage device.  This version replaces the
  9. file named TEXT_PTR.PRG which I wrote earlier last year.
  10.  
  11.         The main difference between this and the old version is that
  12. this version is a desk accessory.  Text-Dump will:
  13.  
  14.                o  Print any file stored in ASCII format...
  15.                o  Will print 55 lines per page...
  16.                o  Will NOT print on the page perf...
  17.                o  Will strip form-feeds from text...
  18.                o  Give an option for condensed printing...
  19.                o  Print multiple files/session...
  20.                o  Inform you of the printed file's stats...
  21.                o  Print at the fastest speed your printer
  22.                   is capable of printing at...
  23.  
  24.         The algorithm is the same;  Text-Dump will open a file and
  25. read and then print one byte of the file.  The process is repeated
  26. until the EOF marker is reached.
  27.  
  28.         I have tested this version with my 1040ST,  TOS 1.4 ROMS,  and
  29. a color monitor.  (Mono-users should have no problem with the file with
  30. the sole exception that the window box will not be centered.  ANY input
  31. from a mono-user and I'll fix this...)  I have used it within and out
  32. of the NEODESK environment.  I have printed small files,  (18 bytes), 
  33. and large files like STREPORT or ZNET without any problems.
  34.  
  35.         As this is a SHAREWARE program,  I ask for a small, a very small
  36. donation from the user base of only $5.00.  That's cheap.  In return, 
  37. I'll mail you a copy of the source code.  What a deal.
  38.  
  39.         I promise that this program will not write and viruses, worms,
  40. logic bombs,  trojan horses,  or anything at all to your storage
  41. device.  The Fopen command opens a file for input only; it is impossible
  42. for this program to write anything to anything.  (Except the printer.)
  43. I stake my name and reputation on this. (Would I ask for money and 
  44. include my address if I didn't?)
  45.  
  46.         If you encounter any bugs,  or would like to comment on the
  47. program,  you may leave email for me at my GEnie address of:
  48. M.SHALLOP,  or,  I can be found lurking on the Twisted Systems BBS,
  49. (405) 743-0971.
  50.  
  51.                                 Thanks!
  52.                                 
  53. Michael Shallop
  54. 2204 Lydia Lane #4
  55. Stillwater, OK 74074
  56. GEnie: M.SHALLOP
  57.                                     
  58.