mplutka / tm-bt-led

Use your Thrustmaster BT LED with your Windows based racing sims on your PC.
MIT License
15 stars 4 forks source link

Unable to run Batch files #11

Closed calvintomaneng closed 2 years ago

calvintomaneng commented 2 years ago

[EDIT] Hi Markus,

I hope all is well.

I like your work, and it's very amazing. Everything is working perfectly! Thank you so much. Take care!

Sincerely, Calvin

isopix commented 2 years ago

.BAT files are MS-DOS batch files (interpreted by COMMAND.COM).

"Modern" (Windows NT era, over two decades) equalivent is .CMD files, interpreted by CMD.EXE.

You should be safe to mass rename all .bat files to .cmd.

.bat files are limited to 8+3 file name limit and longer pathes must be shortened.

Naming batch files .bat (instead of .cmd) is imposing other limitations and asking problems. If software is not intended to be MS-DOS, Windows 3.x or Windows 95/98/ME compatible, then it's not smart move and should be fixed (I understand nostalgy for MS-DOS, but it's a bad way showing apprecation to it)

On 12/15/21, calvintomaneng @.***> wrote:

Hi Markus,

I hope all is well.

I like your work, and it's very amazing.

I sent you an email regarding this. Basically, I'm unable to run any .bat files on my PC. Please help me. I sent an email from @.*** - please check your hotmail and find the details there.

Hoping for your kind assistance. Thank you so much. Take care!

Sincerely, Calvin

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/mplutka/tm-bt-led/issues/11