Browse Subversion Repository
Contents of /branches/4-stable/tests/#31971.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: 496 byte(s)
Tera Term 4.xx メンテナンス用ブランチを作成
| 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 |
|
|