I'm trying to find a way to make a shortcut for Google Chrome that will open multiple IP based links in multiple tabs.
I have this line of code in the .bat file.
@echo off
start Chrome “111.95.192.176/Audit/WebPages/Login.aspx”
start Chrome “111.95.192.176/AirAudit/WebPages/Login.aspx”
start Chrome “111.95.192.176/Helpdesk/Login.aspx”
start Chrome “111.95.192.176/SPM_Audit/Login.aspx”
But in Google chrome it display some error after open the batch file (.bat)
This site can’t be reached
xn--http-uqa’s server DNS address could not be found.
ERR_NAME_NOT_RESOLVED
How could I resolve this error?
Note: In code IP address is not original one.