cmd /c performs a command and then terminates and does not leave a running process.
Joe -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] Behalf Of Guillermo Alfredo Torres Barron Sent: Friday, November 09, 2007 11:52 AM To: [email protected] Subject: Re: Help with PROCESS --- RESOLVED Thanks Rob, that instruction was the solution ;)... What's the meaning of the instruction "cmd /c"? Greetings from Mexico City -----Mensaje original----- De: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] En nombre de Rod Harris Enviado el: Viernes, 09 de Noviembre de 2007 05:24 a.m. Para: [email protected] Asunto: Re: Help with PROCESS Importancia: Alta Perhaps you need to fully qualify the path of prog1. I would try the following set fields to $PROCESS$ cmd /c d:\prog1.exe assuming it is in the root of your d drive. Cheers, Rod Harris -----Original Message----- From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED] On Behalf Of Guillermo Alfredo Torres Barron Sent: Friday, 9 November 2007 11:02 AM To: [email protected] Subject: Help with PROCESS Importance: High Hi dear listers I am a newbie in use of PROCESS in set fields actions, I want to assign value from process result that execute on the client machine, I am test with a in C code, the source code is: #include <stdio.h> #include <conio.h> int main() { int num=8; printf('%d',num); return(0); } But the active link generate an error, I read the documentation and logs files but I don't find more information about error, the program run fine in the machine client on MS-DOS console The command that I use in the set field action is $PROCESS$ d:\prog1.exe Can you help me please? Thanks and regards __________________________________________ Atentamente Guillermo Alfredo Torres Barrón Proyectos ARS Remedy Grupo Financiero Banorte Calzada de Tlalpan #2980, Col. Ejidos de Santa Ursula Coapa, C.P. 04850 México, D.F. Tel Directo: 51746520, ext: 8505-2520 No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.503 / Virus Database: 269.15.26/1120 - Release Date: 11/9/2007 9:26 AM _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

