Browse Subversion Repository
Contents of /branches/ttcomtester/tests/#31971.ttl
Parent Directory
| Revision Log
Revision 10521 -
( show annotations)
( download)
Fri Jan 20 16:03:38 2023 UTC
(14 months, 3 weeks ago)
by zmatsuo
File size: 496 byte(s)
add communication test tool
| 1 |
path = 'D:\WINDOWS\TTL\test2\01ini' |
| 2 |
INI = 'TERATERM.INI' |
| 3 |
makepath INIPATH path INI |
| 4 |
cmd = 'XXX.XXX.XXX.XXX:22 /ssh /auth=passwd /user=root /passwd=XXXXX' |
| 5 |
strconcat cmd ' /F=' |
| 6 |
strconcat cmd INIPATH |
| 7 |
; connect cmd |
| 8 |
messagebox cmd '' |
| 9 |
|
| 10 |
path = 'D:\WINDOWS\TTL\test2\01ini' |
| 11 |
INI = 'TERATERM.INI' |
| 12 |
makepath INIPATH path INI |
| 13 |
cmd = 'XXX.XXX.XXX.XXX:22 /ssh /auth=passwd /user=root /passwd=XXXXX' |
| 14 |
strconcat cmd ' /F="' |
| 15 |
strconcat cmd INIPATH |
| 16 |
strconcat cmd '"' |
| 17 |
; connect cmd |
| 18 |
messagebox cmd '' |
| 19 |
|
|