home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Applications / Nathan's Examples / LFCR / Read Me < prev   
Encoding:
Text File  |  1999-03-27  |  1.2 KB  |  18 lines

  1. LFCR v1.0.0
  2. by Virtual1
  3. email: virtual1@pitnet.net
  4. 03/27/99
  5.  
  6.  
  7. Problem: You have a text file.  Maybe it's DOS, maybe it's Mac, maybe it's Unix.  You need to copy it to another platform, but when you do, the linefeeds are all messed up.  either there aren't any, they are doubled, or there's a funky character at the start or end of each line.
  8.  
  9. Solution: Run LFCR.  Select either a file or a whole folder of files.  Select the way you want the text files to be.  Mac uses CR, Unix uses LF, and DOS uses both.  Check if you want to strip tabs out.  Then just start it up!
  10.  
  11. • when converting individual files, you will be prompted for a filename to save as.  the original file will remain.
  12.  
  13. • when changing a folder full of files, you will not be prompted for a name each time... the files will be overwritten with the new converted ones.
  14.  
  15.  
  16. This program was made with REALbasic, and tested to compile well under all 2.0 developer's releases.  If you have any problems, feel free to email me and I'll do what I can to help you.
  17.  
  18. This program is public domain.  You may use it in any way you wish, without restrictions or limitations.  User assumes all responsibility for the results of running this program.  Handle with care, shake well before using.