#Msdos vs AmigaDos
13-Aug-91 19:24:01
Sb: #31710-#Msdos vs AmigaDos
Fm: Harry Callesis 72025,117
To: Steve Setzer 72017,1777
Steve –
MSDOS puts CR/LF in the file, AmigaDOS uses just LF. I (and probably
every above-novice programmer here 8^) ) have a small program I wrote that
goes into the file and strips out the CRs.
Another neato thing I recently discovered is, if you have an MSDOS text
file that's ZIPed, you can use UnZip (in the LIBs here, I think) with a -a
option and it'll convert the files while it's unzipping. Simple, but very
useful.
Harry