Konnte jetzt nur das hier finden, mußt du probieren. Denn auf der Seite direkt
http://www.paehl.de/reconnect/ habe ich den Router nicht explizit gefunden.
Curl Download -->
http://curl.haxx.se/download.html
Code:
@echo off
Echo Router reset: Siemens SL2-141I
@echo off
curl http://login:[email protected]/constatus.html -s | grep "var randomNum" | cut -d "'" -f 2 > %temp%\tmp.txt
set /p randomNum=< %temp%\tmp.txt
curl http://login:[email protected]/disconnect.cgi?checkNum=%randomNum%
del %temp%\tmp.txt
echo Created with: Curl Router Reconnect (c) by Dirk Paehl (www.paehl.de)