Browse Subversion Repository
Contents of /branches/4-stable/tests/#37414-sendlnmulticast.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: 321 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 1 |
mcast = "multicast-test" |
| 2 |
|
| 3 |
for i 1 3 |
| 4 |
call opentt |
| 5 |
unlink |
| 6 |
next |
| 7 |
|
| 8 |
call opentt |
| 9 |
|
| 10 |
callmenu 50814 |
| 11 |
|
| 12 |
sendlnmulticast mcast "date" |
| 13 |
|
| 14 |
pause 1 |
| 15 |
|
| 16 |
sendlnmulticast mcast "echo 1" "echo 2" "echo 3" |
| 17 |
|
| 18 |
pause 5 |
| 19 |
|
| 20 |
sendlnmulticast mcast "exit" |
| 21 |
end |
| 22 |
|
| 23 |
:opentt |
| 24 |
cygconnect |
| 25 |
wait "%" "$" "#" |
| 26 |
setmulticastname mcast |
| 27 |
return |
|