Search found 2 matches

by robogeek
Sat Apr 01, 2006 5:45 pm
Forum: General
Topic: Script Aid
Replies: 12
Views: 4030

PS Why only comment/quote out the device and property?Is it because they are actual names where the others are actions? Glad it worked :) To get the original quotes around emailout and Message to work inside they need to be double quoted. Think of it like this... this is what the command line would...
by robogeek
Sat Apr 01, 2006 2:57 pm
Forum: General
Topic: Script Aid
Replies: 12
Views: 4030

It's been a while since I played with vbscript. Something like this... maybe? Set wshShell = WScript.CreateObject("WScript.Shell") wshShell.Run ("C:\HB_Control.exe /I 192.168.1.30 /O 8100 /S password /C SPV /D ""emailout"" /P ""Message"" /V Yes&...