![]() |
|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Using listener to execute Command line program
Hi,
I have been having a play wit studio, with a viw to linking it in with my Home Automation system and Girder better. I think the listeners are ideal for me. I am trying to execute a small commandline program, but it is not working. Could someone just steer me in the right direction please. I have been trying to use Execute Process. I have the following as it's parameters p = ExecuteProcess("cmd", "C:\\Program Files\\Promixis\\Girder\\event.exe" + " hello", null, true) Which does not work. I have also tried p = ExecuteProcess("cmd", "C:\Program Files\Promixis\Girder\event.exe hello", null, true) and p = ExecuteProcess("C:\Program Files\Promixis\Girder\event.exe", " hello", null, true) So the question is... What am I doing wrong. I have had a look in the tracer, and it is seeing the listener event. I have set it up so I have the listener ---> Action. Thanks in advance. ______________________________________________________ complete strut assembly shocks and struts Shock absorber Last edited by ElvisLorin; 06-25-2010 at 04:20 AM. |
#2
|
||||
|
||||
From the ExecuteProcess documentation:
Quote:
Also, you don't need to call cmd to execute an .exe file. You can call event.exe directly. You'd need cmd only for executing batch files or other shell functions.
__________________
-- Greg |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Execute another program from within SageTV | d2tw4all | SageTV Customizations | 1 | 01-10-2010 12:04 PM |
How to execute external program on the server? | MeInMaui | SageTV Studio | 3 | 06-28-2008 09:08 PM |
execute a command when Sage finished recording? | dbdan | SageTV Software | 2 | 02-26-2006 10:03 PM |
Using listener to execute Command line program | danward79 | SageTV Studio | 4 | 11-05-2005 01:56 PM |