# $language = "VBScript"# $interface = "1.0"Sub Main ConnectsCommand "접속서버 ip", "프롬프트 값", "점검방법", "접속방법"End Sub Sub ConnectsCommmand(ip, waitingString, val, connType) ' Turn on synchronous mode while performing Send/Wait sequences ' so no input is missed. crt.Screen.Synchronous = True ' Connect using a pre-defined session that automatically logs me in. If connType = "ssh" Then 'ssh crt.Session.Connect "/SSH2 "&..