Re: [lazarus] Using TProcess on Linux

2007-12-07 Thread Andrew Haines
el stamatakos wrote: > > Hi All, > Not sure if I sent this already. > > I am trying to run a command using the TProcess class. I have included it in > the uses process. > > I have the code below > > procedure TmainForm.StartCDS(); > cmd:string; > AProcess:Tprocess; > begin > Aprocess:=TProces

[lazarus] Using TProcess on Linux

2007-12-07 Thread el stamatakos
Hi All, Not sure if I sent this already. I am trying to run a command using the TProcess class. I have included it in the uses process. I have the code below procedure TmainForm.StartCDS(); cmd:string; AProcess:Tprocess; begin Aprocess:=TProcess.Create(nil); cmd:='cd '+Dir+'/des/'+'v'+Rev+'