MobyGamer / total-dos-launcher

A system for easily loading and running thousands of DOS programs on vintage hardware
MIT License
109 stars 10 forks source link

Please have case insensitive handlers #40

Closed theMK2k closed 6 years ago

theMK2k commented 6 years ago

It is possible (at least in DOSBox) to have a .bat file (lowercase) where TDL would tell:

don't know how to handle "bat" files - add to handlers.ini

However, there is already a [BAT] entry in HANDLERS.INI, which also should take care of .bat files.

If I change [BAT] to [bat] it works.

theMK2k commented 6 years ago

No fix needed, the TDLindexer.py also uppercases any found file including the extension.