/
xsh.Screen.Send "$i"? [1]
xsh.Screen.Send "$i"? [1]
xsh.Screen.Send "$i"?
Thursday, September 29, 2016 7:29 AM - li
Sub Main
xsh.Screen.Synchronous = true
For i = 1 to 10
xsh.Screen.Send "i"
xsh.Screen.Send VbCr
Next
End Sub
Send:
1
2
3
4
5
6
7
8
9
10
-------
i can not use this
Program Ver. : Xshell 4
xsh.Screen.Synchronous = true
For i = 1 to 10
xsh.Screen.Send "i"
xsh.Screen.Send VbCr
Next
End Sub
Send:
1
2
3
4
5
6
7
8
9
10
-------
i can not use this
Program Ver. : Xshell 4
Re: xsh.Screen.Send "$i"?
Tuesday, October 4, 2016 12:02 AM - yul
Try xsh.Screen.Send i.
Double quotations of "i" is not needed.
Double quotations of "i" is not needed.
Previous views: 877
Related content
script api problem [1]
script api problem [1]
More like this
not working xsh.Screen.WaitForString("login") xsh.Screen.Send("admin") [1]
not working xsh.Screen.WaitForString("login") xsh.Screen.Send("admin") [1]
More like this
xsh.Screen.Send with echo off [3]
xsh.Screen.Send with echo off [3]
More like this
using script with current session [1]
using script with current session [1]
More like this
vb script 버그 (5.0 1179) [6]
vb script 버그 (5.0 1179) [6]
More like this
Which session will be send [1]
Which session will be send [1]
More like this