[Gambas-user] output to save
scatman
scatman_ at ...17...
Thu Sep 9 15:23:46 CEST 2004
Am Mittwoch, 8. September 2004 23:15 schrieb Benoit Minisini:
Hi,
and a lot of Thanks ;-)
> > My questions is now. How can i save this Output in a Variable and how can
> > i tell the Shell a Variable for /dev/hdb?
> SHELL "df /dev/hdb | tail -1 | awk '{print $2} ' > " & sTemp WAIT
for /dev/hdb Variable i take this one and Works :-)
SHELL "df $sPfad | tail -1 | awk '{print $2} ' > " & sTemp WAIT
Hmm, another Prob.
How can i read the Speed from a CD-ROM Drive?
THX
--
scatman
More information about the User
mailing list