I tried this command from the cmd prompt:
start "c:\program files (x86)\google\chrome\application\chrome.exe" --new-window "http://localhost:8080:/debug?port=5858"
and I get "windows cannot find" - a new window
If I delete the start command, it works fine. If I left the start command but deleted -new-parm, then the URL will open in my browser by default (i.e.).
I tried several options above, but can't make it work.
What is the correct syntax for the start command to open chrome with the given URL in a new window?
source
share