Browse Subversion Repository
Annotation of /branches/ttcomtester/tests/#37401-sendbroadcast.ttl
Parent Directory
| Revision Log
Revision 10521 -
( hide annotations)
( download)
Fri Jan 20 16:03:38 2023 UTC
(14 months, 3 weeks ago)
by zmatsuo
File size: 318 byte(s)
add communication test tool
| 1 |
doda |
6887 |
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 |
|