@ECHO OFF REM This batch script can be copied to the Desktop. Then you can REM drag & drop files into it. Author: Alan S. Jones. ECHO. call dos2unix -ihp %* ECHO. pause