I’m trying to launch chrome.exe via launch();
It works fine if I just want to start chrome.exe. My issue is that I can’t figure out how to pass an url to chrome.exe.
If I start chrome via command shell with an url it works just fine, but nothing happens if I du the same using launch(“C:/Program Files/Google/Chrome/Application/chrome.exe https://www.nationalgeographic.com”).
I’ve got it to work the way I wanted - and exported via File > export application - so cool.
I just wonder if there is a way to shorten the startup time for the app?
When I press the shortcut, it takes 4-5 seconds before the app starts.
Can I install open java as part of windows so the app does not need to load java before starting? Could that shorten the startup time? Or is there other tricks - or is that just the way it is?