VI -- Using it to convert a unix file to windows

In VI do this:
:%s/^M//g (CTRL+VM for unix CTRL+QM for Windows).

I forget that all the time.