Re: [staf-users] execute flle script command from command line

2013-03-21 Thread Sharon Lucas
Sure, you can write a STAX job that reads a file (where each line contains a command), and then run each command via a element. -- Sharon Lucas IBM Austin, luc...@us.ibm.com (512) 286-7313 or Tieline 363-7313 From: Luca Robusto

Re: [staf-users] how to run 2 process from command prompt

2013-03-21 Thread Sharon Lucas
Sure, simply submit a STAF PROCESS START request for each process you want to run. You can open two command prompts if you like and submit one STAF PROCESS START request from one command prompt, and the other STAF PROCESS START request from another command prompt. You can use the Windows "sta

[staf-users] how to run 2 process from command prompt

2013-03-21 Thread Prasant Biswal
Hi, I need to invoke 2 processes in parallel using command line and wait for the return code from each process, can i do that using STAF from command prompt ? Example : My process are : Process1 : test1.exe (to be run on local system) Process2: test2.exe (to be run on remote s