06-30-2008, 09:15 PM
Hi,
from QTP I have launched a SSH Client where I use unix commands. Here I create a variable: how can I use this variable out of unix commands, as QTP variable?
ex:
Thanks
from QTP I have launched a SSH Client where I use unix commands. Here I create a variable: how can I use this variable out of unix commands, as QTP variable?
ex:
Code:
...
finestra.Type "dimensione=`du file.log | cut -b -1`"
finestra.Type micReturn
...
If dimensione = "0" Then
....
Else
...
End If
Thanks