home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / fileutil / addlf.arj / ADDLF.TXT < prev    next >
Encoding:
Text File  |  1992-01-06  |  1.2 KB  |  28 lines

  1.   ADDLF is a program that I cranked out several years ago, to cure the
  2. incompatibility between TRS-80 text files and IBM-PC text files.  The
  3. TRS-80 ended a line with a single <CR>; the PC required a <CR><LF>
  4. combination.
  5.  
  6. All this program does is scans for a <CR>, and adds a <LF>.  If you run a
  7. standard text file through it, you'll get a double spaced file.  If you run
  8. an executable file (COM or EXE) through it, you get a crash when you run it.
  9.  
  10.   ADDCR is a similar program that adds a <CR> before every <LF>.  I've seen
  11. exactly one time where I needed it, but since it meant changing one line of
  12. code, and moving one other, it was easy enough to make.
  13.  
  14.   STRIPCR and STRIPLF do exactly what you expect... strip all the <CR> or
  15. <LF> from a file, respectively.
  16.  
  17. Warranty: You must be joking.  Actually, if it doesn't work for you, I'll
  18. refund every cent you paid me directly for it...  which leads me to:
  19.  
  20. Payment or other considerations:  I expect nothing in return for it.  I
  21. believe in the Freeware concept; if you write a program and give it away,
  22. that is payment enough.
  23.  
  24. Disk Fees and Subscription BBSs: You may not charge a premium for this
  25. program, meaning that you can't charge more for it than any other program.
  26.  
  27. Enjoy the program!
  28.