Wintermute0110 / plugin.program.AEL.dev

Emulator frontend and app launcher for Kodi
GNU General Public License v2.0
105 stars 36 forks source link

Show batch command window does not work for .cmd file #47

Closed h3llrais3r closed 6 years ago

h3llrais3r commented 6 years ago

It seems that setting the "show batch command window" does not work for a .cmd file. I like to disable the window, but it doesn't have impact. When I make it a .bat file, it does reflect the setting. However, when using .bat file, my rom parameter is not properly handled because my rom is located on a share that starts with \\. The .bat file handles this as \ what results in my rom not being found. However, changing the .bat to .cmd does handle the rom path correctly.

Could you also make the property work for .cmd files?

h3llrais3r commented 6 years ago

Thanks!