Using launch() to start chrome.exe

Hi @jorgensen,

You need to separate the program from arguments…
Try:

launch(“C:/Program Files/Google/Chrome/Application/chrome.exe","https://www.nationalgeographic.com");

Cheers
— mnse

3 Likes