home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_2.iso / files / 666a.lha / TextConditioner_v1.0 / tc.doc.pp / tc.doc
Text File  |  1992-08-25  |  2KB  |  49 lines

  1.                        Text Conditioner V1.0 Document
  2.  
  3.      This Shareware program is freely distributable as long as the document 
  4. and program remain together unchanged.  Not responsible for any damage or 
  5. loss of data or anything else bad that happens in your life.
  6.  
  7.      Text Conditioner was written to add or remove carriage returns from
  8. text, remove ANSII color codes, or remove all but necessary and visible
  9. ASCII characters (great for finding text in those big game files!).
  10.  
  11.      Text Conditioner has a command line argument for the path/filename of
  12. the original file and the new file and a switch, all must be supplied
  13. correctly.
  14.  
  15.      Usage:
  16. tc <source path/filename> <destination path/filename> <switch>
  17.  
  18.      Switches:
  19.      a   adds carriage return to <filename>
  20.      o   only ASCII characters remain from <filename>
  21.      r   removes carriage returns from <filename>
  22.      s   strips ANSII color codes from <filename>
  23.  
  24.      Example:
  25. tc ram:myfile.txt dh0:Text/myfile.new s
  26.  
  27.      Only one switch at a time is supported.  . Original files are only
  28. read, so remain untouched and in the original place.  Destination file
  29. must have a different name or path, you cannot overwrite the original
  30. file.
  31.  
  32.      Unless you have a hard drive, it is HIGHLY recommended that you copy
  33. the files to be processed to ram:  then cd to ram: and start processing
  34. there.  To remove carriage returns from a 187 Kbyte file it took 10 seconds
  35. in ram:, 17 seconds on a hard drive (A500 computer, A590 controller, 
  36. Quantum 105s drive), 270 seconds on a floppy and it was really grinding
  37. away. On an A3000 speeds were about 1/6 of these times in ram: or hard
  38. drive.  Using ram: instead of a floppy should save some wear and tear on
  39. your drive.
  40.  
  41.      This was designed to be as bullet-proof as possible, but if you have
  42. any bug reports, praises, flames, or a $5.00US Shareware fee, send them
  43. to this address.
  44.  
  45.                                                           Frank S. Hoy
  46.                                                           227 Oak St.
  47.                                                           Crown Point,  IN
  48.                                                           46307-2616
  49.