Hi

is it possible to get the variable from a "shell" command?
we work with vmware view client and i want to read out some variables from the basic system like processor etc.
The vmware client works with win xp and the basic system is a linux client.
now i want to use the linux uname command to read out the linux hardware. the command i use from the windows client to read out the linux machine is like "plink -ssh -l root -pw xyz 172.25.xx.yy uname -p".
then i get as result for example "Intel(R) Atom(TM) CPU 330 @ 1.60GHz".
in kix i can write the command shell " plink -ssh -l root -pw xyz 172.25.xx.yy uname -p" and i can see the same result.
is it possible to get this result as a variable for writing it for example in a database?
thank for some ideas