>>404
テラタームのマクロの例です。

:AutoLogin
getpassword 'password.dat' '***** ID' MyID
getpassword 'password.dat' '**** password' MyPasswd
wait 'login:'
if result=0 call ReConnect
if result=1 sendln MyID
wait 'Password:'
if result=0 call ReConnect
if result=1 sendln MyPasswd

wait 'Login incorrect' '*****%'
if result=0 end
if result=1 call ReConnect
if result=2 end
end

テラタームのマクロは
文字列の出力を待って文字列を流し込んだり
たしか、指定時間待って流し込むという
こともできます。
Unixのオートログインではテラタームマクロ
使う人すごく多い

でも、summitでうまく使えるようにするには
マクロ記述そうとう凝ったものじゃないと
できないような
tftpとかで送りこむのが案外楽なような