Erlend Posted December 17, 2007 Posted December 17, 2007 Hello I am not able to send this command to a putty command window: ControlSend("192.168.250.210 - PuTTY", "", "", "boot -T system:blade[1]") The command cets "clipped" to boot -T system:blad1 anyone with a solution for this problem? I have tried controlsendplus with the same results.
PsaltyDS Posted December 17, 2007 Posted December 17, 2007 (edited) Hello I am not able to send this command to a putty command window: ControlSend("192.168.250.210 - PuTTY", "", "", "boot -T system:blade[1]") The command cets "clipped" to boot -T system:blad1 anyone with a solution for this problem? I have tried controlsendplus with the same results. It's not ControlSend() because this works: Run("Notepad.exe") Sleep(2000) ControlSend("Untitled - Notepad", "", "", "boot -T system:blade[1]") Looks like the square brackets are being interpreted as active escape characters, or some such, by the Putty console. Edited December 17, 2007 by PsaltyDS Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Nevin Posted December 17, 2007 Posted December 17, 2007 haha. boot -t. get it? Booty? Hehehehahwhw. Anyway, I putty'd into my college's linux server and ran your line of code and it showed up fine. :-/
Erlend Posted December 18, 2007 Author Posted December 18, 2007 solved by using good old telnet client
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now