hurrican19
New member
I’m trying to find a way to execute an .exe file on startup that is packed in my publication. I can call the .exe to run in an html file, but I can’t figure out how to get it to run before the actual html pages show.
The .exe file queries the local computer for the number of active displays, and I store that number for use in some of my javascript code in the program.
As mentioned, calling the script from an html file works, but I want it to launch try to get the number of active monitors before it loads the first .html page. Any help is greatly appreciated.
The .exe file queries the local computer for the number of active displays, and I store that number for use in some of my javascript code in the program.
As mentioned, calling the script from an html file works, but I want it to launch try to get the number of active monitors before it loads the first .html page. Any help is greatly appreciated.