Re: [Gambas-user] stderr output via exec

2008-10-28 Thread Ron
Doriano Blengino schreef: > Mike Keehan ha scritto: > >> Try using SHELL instead of EXEC. >> >> Mike. >> >> >> Ron wrote: >> >> >>> Hi, >>> >>> small question., I remember something similar in a thread some time ago, >>> but couldn't find it. >>> >>> I can't catch the stderr output from

Re: [Gambas-user] stderr output via exec

2008-10-27 Thread Doriano Blengino
Mike Keehan ha scritto: > Try using SHELL instead of EXEC. > > Mike. > > > Ron wrote: > >> Hi, >> >> small question., I remember something similar in a thread some time ago, >> but couldn't find it. >> >> I can't catch the stderr output from the hcitool command into a string. >> >> This doesn't

Re: [Gambas-user] stderr output via exec

2008-10-27 Thread Mike Keehan
Try using SHELL instead of EXEC. Mike. Ron wrote: > Hi, > > small question., I remember something similar in a thread some time ago, > but couldn't find it. > > I can't catch the stderr output from the hcitool command into a string. > > This doesn't work: > EXEC ["hcitool", "rssi", sAddress,

[Gambas-user] stderr output via exec

2008-10-27 Thread Ron
Hi, small question., I remember something similar in a thread some time ago, but couldn't find it. I can't catch the stderr output from the hcitool command into a string. This doesn't work: EXEC ["hcitool", "rssi", sAddress, "2>&1"] TO sStrength When I create this shell script called btgetrssi