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?
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:This is a false positive, as the program does execute. Is there any way I can avoid / disable this error?