Hi,
I am trying to send commands in a remote machine through the use of putty console.
Problem is that sometimes when my computer slowed down, the commands were, if not sent, not properly sent in the console.
Is there a way to send commands properly without using the Sleep function? Or somehow like a detector if it is already the time to input the commands in the console or wait for the I-beam to type the commands.
Run(putty.exe)
WinWaitActive("[CLASS:PuTTYConfigBox]")
Send("username")