Re: [Mono-list] Executing shell scripts from XSP2

2007-12-09 Thread Danny Waite
ject: Re: [Mono-list] Executing shell scripts from > XSP2> > Hey,> > Danny Waite wrote:> > Hi guys,> > > > I'm having a hard time > trying to call a shell script from XSP2, it seems to work on somethings and > not othe

Re: [Mono-list] Executing shell scripts from XSP2

2007-12-08 Thread Robert Jordan
Hey, Danny Waite wrote: > Hi guys, > > I'm having a hard time trying to call a shell script from XSP2, it seems to > work on somethings and not others. What is the best way to do this? I've > included my code below... > > System.Diagnostics.Process proc = new System.Diagnostics.Process();

[Mono-list] Executing shell scripts from XSP2

2007-12-08 Thread Danny Waite
Hi guys, I'm having a hard time trying to call a shell script from XSP2, it seems to work on somethings and not others. What is the best way to do this? I've included my code below... System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = "/sbin/commit