- 876 名前:名無しさん@お腹いっぱい。 [2017/10/31(火) 22:48:06.43 .net]
- 続きです。
:END Filereadln HOST_LIST HOST_LIST_LINE EndWhile fileclose HOST_LIST end ; [CONNECT_PROCESS]=============== :CONNECT_PROCESS Strsplit HOST_LIST_LINE ',' HOST_IP = Groupmatchstr1 HOST_USER = Groupmatchstr2 ;messagebox HOST_USER 'cmd' HOST_PASS = Groupmatchstr3 ;messagebox HOST_PASS 'cmd' cmd = Groupmatchstr4 strscan inputstr '1' messagebox result 'cmd' if result > 0 goto 1 strscan inputstr '2' if result > 0 goto 2 ;messagebox cmd 'cmd' ; Remote Access(NOSSH Connect)
|

|