This post was most recently updated on July 29th, 2024
To Launch same url in multiple browser then copy below code in notepad and save file as “launch.bat”
1 2 3 4 5 |
set url="http://www.mundrisoft.com" start iexplore.exe %url% start chrome %url% start firefox.exe %url% start microsoft-edge:%url% |
Double click on launch.bat file.
It will open set url in internet explorer,chrome,firefox and in Microsoft EDGE.
Let us know if you want more information about batch file commands.
Hi, I want to send some data like serial number, VPN IP on a URL using batch script but I’m new to this could you please help me if I can get the data from the system and post it on URL . tons of thanks