Jump to content

ControlSend [1]


Erlend
 Share

Recommended Posts

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.

Link to comment
Share on other sites

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 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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...