#1
|
|||
|
|||
TD-W8970 v3
I have finally solve the problem related to the reconnection of TP-LINK model: TD-W8970 v3.
Firmware Version: 0.9.1 1.2 v0035.0 Build 150427 Rel.63930n Hardware Version: TD-W8970 v3 00000000 Instruction 1. Open JDownloader 2 2. Go to settings, then reconnection 3. Now open note and copy this code Code:
set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "cmd",7 WScript.Sleep 200 WshShell.AppActivate "C:\Windows\System32\cmd.exe" WScript.Sleep 200 WshShell.SendKeys "telnet 192.168.1.1{ENTER}" WScript.Sleep 200 WshShell.SendKeys "admin{ENTER}" 'Username' WScript.Sleep 200 WshShell.SendKeys "yourpassword{ENTER}" 'Password' WScript.Sleep 200 WshShell.SendKeys "dev reboot{ENTER}" 'send command' WScript.Sleep 200 WshShell.SendKeys "exit{ENTER}" WScript.Sleep 200 WshShell.SendKeys "exit{ENTER}" WScript.Sleep 2000 WshShell.SendKeys "logout{ENTER}" WScript.Sleep 200 WshShell.SendKeys "EXIT{ENTER}" WScript.Sleep 200 4. Return to JDownloader and select from drop down menu "External tool reconnect" (with prompt icon). 5. From "Command (use absolute directory paths), click on Select button and find the previous file. That's all! Now, for safety, click on test and check if it works properply. Riccardo P.S.: I'm so sorry for wretched english... Please if there are some language error, tell me and I will correct. |
Thread Tools | |
Display Modes | |
|
|