Configuration: Windows XP Internet Explorer 6.0
Right click desktop and select new txt document. Open the newly created .txt file and paste the following code into it:
var request = new ActiveXObject("Msxml2.XMLHTTP"); var notyetready = 1; request.onreadystatechange=function() { if(request.readyState==4) { WScript.Echo(request.responseText); notyetready = 0; } } request.open( "GET", "http://www.whatismyip.com/automation/n09230945.asp", true ); request.send(null); while( notyetready ) { WScript.Sleep( 100 ); } Safe your new .txt file. Then rename it: getip.js Now make another new .txt file and paste this into it: cscript getip.js >ip.txt Safe the file and then rename it: GetIP.bat Run the .bat file and it will create a .txt file called IP.txt which contains your 'internet IP address' or external IP address. Good luck, Flo |
Résultats pour Help! Batch File needed for Router IP
Résultats pour Help! Batch File needed for Router IP
Résultats pour Help! Batch File needed for Router IP
Résultats pour Help! Batch File needed for Router IP
Résultats pour Help! Batch File needed for Router IP
Résultats pour Help! Batch File needed for Router IP