Start vsigns srv.vbs
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...")
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