Re: [staf-users] Help required to run a batch file in remote machine

2011-03-22 Thread fazal waseem
Hi David, i get the follwoing error Response { Return Code: 1 Key: Files : [ { Return Code: 0 Data : 'svn+ssh' is not recognized as an internal or external command, operable program or batch file. }

Re: [staf-users] Help required to run a batch file in remote machine

2011-03-22 Thread David Bender
Hi, Are you getting an error when you run this request? You may want to add the following options so that you can see if the process had any errors: staf process start shell command "svn+ssh://" RETURNSTDOUT STDERRTOSTDOUT WAIT Thanks, David

[staf-users] Help required to run a batch file in remote machine

2011-03-22 Thread fazal waseem
Hi All, I have a batch file that resides in SVN repository. I want to invoke the batch file and run it in another remote machine. I issue the following command >>staf process start shell command "svn+ssh://" Can someone please help me to figure out how this can be done. Thanks in advance, Was