How To Change Your Multi-Location IP Using Batch File
This file only work at Windows 7 And Windows 8 Please Copy the bellow command in notepad and save this file as a .bat file like (IP Changr.bat) and Change The IP series as your location wise and save. .... Copy This Bold Maintion File.......................... " @echo off ::: Note :::: echo Please make sure you are starting this batch script as an Administrator. :START Echo Select the no ECHO 1 Conclave Echo 2 Swabhumi Echo 3 CCSL Echo 4 Vishwakarma Echo 5 CCNT Echo 6 Ecohub Echo 7 Upohar Echo 8 Siliguri Echo 9 raipur Echo 0 Quit set /P c=Do you want to switch to connection ? Plz Type Your Location Code and then Press Enter. :::: Choice :::: if /I "%c%" EQU "1" goto :ConnectionOne if /I "%c%" EQU "2" goto :ConnectionTwo if /I "%c%" EQU "3" goto :ConnectionThree if /I "%c%" EQU "4" goto :ConnectionFour if /I "%c%"...