Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Telnet batch / scripting on Win 9x
Name: johanns Date: February 12, 2004 at 07:10:24 Pacific OS: XP CPU/Ram: P4 / 512
Comment:
for those who search easy telnet or any apps scripting look for Keytext2000, scripting with an assistant or direct script writing, Hot keys, and manage hundreds scripts
only bad stuff ( but it doesn t matter to me ) telnet window need to stay on top as long the script running
here a script i use to renegociate my router IP with telnet
simple as 123 --- {Run "C:\WINDOWS\SYSTEM32\telnet.exe" "192.168.0.254" ""} password1 en password2 conf t {Pause 1.0} int atm 0 {Pause 1.0} shut {Pause 12.0} no shut {Pause 4.0} no shut {Pause 1.0} end {Pause 10.0} show ip route ---
Summary: I want to create a batch file that runs two programs simultaneously (ie: it doesn't wait for the first program to finish before starting the second program). I read somewhere that you would have to do...
Summary: For all who want to install Win 9x after XP (much people ask for that) have to do the following: At first, it dont work with the NT Bootmanager from XP (if someone got it to work with this manager, p...