How to open a URL in a new browser window with AutoHotkey?
IE:
Run, iexplore.exe https://mail.google.com/
Chrome:
Run chrome.exe "https://mail.google.com/" " --new-window "
Firefox:
Run, firefox.exe -new-window https://mail.google.com/
IE:
Run, iexplore.exe https://mail.google.com/
Chrome:
Run chrome.exe "https://mail.google.com/" " --new-window "
Firefox:
Run, firefox.exe -new-window https://mail.google.com/