Hi,
I have a strange problem:
I recently installed Vista 64 bit.
I wrote a script which is opens the command line and sends some characters, but it doesn't work on Vista 64 bit. It works on XP 32 bit
Here is the script:
Run ("cmd")
WinWaitActive ("C:\Windows\system32\cmd.exe")
Sleep (2000)
Send ("ping 192.168.1.123")
Or:
Run ("cmd")
WinWaitActive ("C:\Windows\system32\cmd.exe")
WinMove ("C:\Windows\system32\cmd.exe","",0,0)
Sleep (2000)
MouseClick ("right",270,170)
Perez