Is there an easier way to do this?
I made a batch file with this:
@ECHO OFF
SET BROWSER=chrome.exe
START %BROWSER% -new-tab "http://Login:
[email protected]/cgi-bin/devVideoInput.cgi?action=adjustFocus&focus=0.388889&zoom=0.898502"
taskkill /f /im chrome.exe /t
It would be great if I could get...