home *** CD-ROM | disk | FTP | other *** search
/ Media Depot 5 / mediadepotvolume51993.iso / FILES / 02 / MINTR151.ZIP / DOS2UNIX.BAT next >
Encoding:
DOS Batch File  |  1996-08-23  |  130 b   |  3 lines

  1. REM this batch file convertes DOS newlines to UNIX - arguments are file names
  2. MT  %1 %2 %3 %4 %5 %6 %7 %8 %9 / "\r\n" "=" "\n" 
  3.