Browse Subversion Repository
Contents of /branches/4-stable/tests/#37401-sendbroadcast.ttl
Parent Directory
| Revision Log
Revision 8437 -
( show annotations)
( download)
Fri Dec 13 03:11:16 2019 UTC
(4 years, 3 months ago)
by doda
File size: 318 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
for i 1 3 |
| 2 |
call opentt |
| 3 |
unlink |
| 4 |
next |
| 5 |
|
| 6 |
call opentt |
| 7 |
|
| 8 |
; Window - ăşÉŔ×Ä\Ś |
| 9 |
callmenu 50814 |
| 10 |
|
| 11 |
sendbroadcast "pwd"#13#10 |
| 12 |
|
| 13 |
pause 1 |
| 14 |
|
| 15 |
sendbroadcast "echo " |
| 16 |
|
| 17 |
pause 1 |
| 18 |
|
| 19 |
sendlnbroadcast "test" |
| 20 |
|
| 21 |
pause 1 |
| 22 |
|
| 23 |
sendlnbroadcast "echo test" "date" "pwd" |
| 24 |
|
| 25 |
end |
| 26 |
|
| 27 |
:opentt |
| 28 |
cygconnect |
| 29 |
wait "%" "$" "#" |
| 30 |
return |
|