Author |
Message |
Topic: simplest VBS help |
dorien
Replies: 3
Views: 7750
|
Forum: CMUD General Discussion Posted: Wed Oct 23, 2013 11:23 am Subject: simplest VBS help |
hi i have some issue about using vbs
have trigger pattern ^You say: (*)
and VBscript :
MsgBox(%1)
i tried different things like zs.apram(1) and trying name that value. any1 have ideas how t ... |
Topic: #URL #LAUNCH ? |
dorien
Replies: 3
Views: 10719
|
Forum: zMUD General Discussion Posted: Wed Oct 23, 2013 7:18 am Subject: #URL #LAUNCH ? |
i found solution :
VBscript:
Set oXMLHTTP = CreateObject("MSXML2.XMLHTTP.3.0")
oXMLHTTP.Open "GET", "http://example.com/kill/1", False
oXMLHTTP.Send
or Luascript
local http = require "socket ... |
Topic: #URL #LAUNCH ? |
dorien
Replies: 3
Views: 10719
|
Forum: zMUD General Discussion Posted: Mon Oct 21, 2013 9:21 am Subject: #URL #LAUNCH ? |
hi i try to find silent way to connect to the web api, i try #URL http://api.example.com/kill/1 but there is IE windows pops up with fallowed adress, then i try #LAUNCH wget -q -np --spider http://api ... |
|