home *** CD-ROM | disk | FTP | other *** search
- ADDLF is a program that I cranked out several years ago, to cure the
- incompatibility between TRS-80 text files and IBM-PC text files. The
- TRS-80 ended a line with a single <CR>; the PC required a <CR><LF>
- combination.
-
- All this program does is scans for a <CR>, and adds a <LF>. If you run a
- standard text file through it, you'll get a double spaced file. If you run
- an executable file (COM or EXE) through it, you get a crash when you run it.
-
- ADDCR is a similar program that adds a <CR> before every <LF>. I've seen
- exactly one time where I needed it, but since it meant changing one line of
- code, and moving one other, it was easy enough to make.
-
- STRIPCR and STRIPLF do exactly what you expect... strip all the <CR> or
- <LF> from a file, respectively.
-
- Warranty: You must be joking. Actually, if it doesn't work for you, I'll
- refund every cent you paid me directly for it... which leads me to:
-
- Payment or other considerations: I expect nothing in return for it. I
- believe in the Freeware concept; if you write a program and give it away,
- that is payment enough.
-
- Disk Fees and Subscription BBSs: You may not charge a premium for this
- program, meaning that you can't charge more for it than any other program.
-
- Enjoy the program!
-