iT邦幫忙

0

如何透過 VigorLTE 發送其他系統 SMS Alarm 警報

  • 分享至 

  • xImage
  •  

如何透過 VigorLTE 發送其他系統 SMS Alarm 警報
請將下列的語法 copy 成 .bat
其他系統發送大哥大簡訊警報
只需要呼叫此 .bat 檔就可以了

Set cloner = CreateObject("WScript.Shell")
cloner.run"cmd"
'打開命令提示視窗
WScript.Sleep 500
'等500豪秒

cloner.SendKeys"telnet 10.10.10.10"  
'telnet 的 ip 和 port
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"UserName"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"password"
cloner.SendKeys("{Enter}")
WScript.Sleep 500

cloner.SendKeys"wan lte send +441234567890 "This is an sms test!""
'wan lte send <receiver> <content>
'Vigor Telnet 傳送大哥大 SMS 簡訊警報 語法 form JanusLin
cloner.SendKeys("{Enter}")
WScript.Sleep 500


cloner.SendKeys"exit"
cloner.SendKeys("{Enter}") 

圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言