Start vsigns srv.vbs

From Vital Soft Wiki
Revision as of 18:11, 31 August 2012 by >Jeremyb (Created page with "== Script that launches the Vital signs listener == Example of a modified listener path to Vital Signs : <pre> ' Start the Vital Signs Server ' (c) Copyright 2007-2009, Vita...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Script that launches the Vital signs listener

Example of a modified listener path to Vital Signs :

' Start the Vital Signs Server
' (c) Copyright 2007-2009, Vital Soft, Inc.
Dim oShell
Set oShell = CreateObject ("WScript.shell")
oShell.run "cmd /K C:\Python25\python E:\vitalsigns\bin\vsigns_srv.py E:\vitalsigns\CU1\data\config\vsigns_srv.ini > E:\vitalsigns\CU1\data\config\vsigns_srv.log"
Set oShell = Nothing