Go to English page

ViaThinkSoft CodeLib

Dieser Artikel befindet sich in der Kategorie:
CodeLibHowTosWindows und Windows-Software

reconnect.bat

@echo off

REM Change the pin below
set PIN=0000

curl http://speedport.ip/cgi-bin/login.cgi -d "pws=%PIN%"
curl http://speedport.ip/cgi-bin/disconnect.exe
rem sleep 1200
timeout /t 2
curl http://speedport.ip/cgi-bin/connect.exe
timeout /t 60
Daniel Marschall
ViaThinkSoft Mitbegründer