I'd still recommend installing cygwin (http://www.cygwin.com/). The fileutils and patchutils packages contain many important utilities, including dos2unix and unix2dos for batch line ending conversion. Be sure you install with "using DOS line endings". IIRC this way most tools can use both LF and CRLF line endings (but always create CRLF line endings).
J.Pietschmann