home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / stxt130.zip / UNIX2DOS.DOC < prev    next >
Text File  |  1994-08-19  |  740b  |  21 lines

  1. UNIX2DOS.DOC
  2. ----------------------------------------------------------------------
  3.  
  4. UNIX2DOS is a small utility program that will read a UNIX-style text
  5. file and output a file formatted in the standard MS-DOS fashion.
  6.  
  7. Each line in a UNIX text file is terminated with a line feed
  8. character (ASCII 10). UNIX2DOS will insert a carriage return
  9. character (ASCII 13) before the line feed and write each line out to
  10. another file which SaveText can read.
  11.  
  12. Usage:  UNIX2DOS filename.ext
  13.  
  14. UNIX2DOS will output a file with the same basename and the extension
  15. "DOS". If such a file already exists, it will not be overwritten -
  16. UNIX2DOS will abort instead.
  17.  
  18.  
  19.  
  20. UNIX2DOS is Copyright (c) 1994 by Len A. Philpot, All Rights Reserved.
  21.