dosemu2 / comcom64

64bit command.com
https://github.com/dosemu2/comcom32/
GNU General Public License v3.0
32 stars 5 forks source link

Add naive command line installation #6

Closed andrewbird closed 5 years ago

andrewbird commented 5 years ago

This should be enough to fix #4 as once MFS is enabled the normal MFS mangling to SFN should be available. I don't think we need to enable the LFN processing in comcom32 (via crt0 flags) as it changes the output of 'DIR' both in case and filename length, although it's cool to see.

stsp commented 5 years ago

Not the best approach, but if it works...

stsp commented 5 years ago

don't think we need to enable the LFN processing in comcom32 (via crt0 flags) as it changes the output of 'DIR'

How about changing it optionally, say, DIR /L? Hope it is checked every time, not just once.