LCARSx32 / Main-LCARS-x32-Project

http://www.lcarsx32.com
Other
27 stars 10 forks source link

False error: The system cannot find the file specified. #14

Open alexfornuto opened 4 years ago

alexfornuto commented 4 years ago

Hi! First off, great app! I've been looking for a way to have an LCARS interface for my IoT lights, and I think this is it!

I set up a couple of personal programs to run CLI commands to to turn some lights on and off. When I ran the command directly (i.e. C:\path\to\tool.exe -option=value), it works fine, but the command prompt window flashes briefly.

To avoid that, I installed nircmd and am using that to call the tool (i.e. nircmd exec hide C:\yadda yadda yadda). This still works, but LCARSmain displays the error:

Error:

The system cannot find the file specified

This is a false positive, as the program does execute. Is there any way I can avoid / disable this error?

alexfornuto commented 4 years ago

P.S. I attempted a similar config using runnhide to exec a bat file, same false error.