Hi all,
I'm not able to collect the data
$data="install app device_path"'
$Result=`$data`;
The success output is
<code>
c:\Automation>install app device_path
<blank>
c:\Automation>
<\code>
Failure output is
<code>
c:\Automation>install app device_path
<blank>
Error: Code 254587
<blank>
c:\Automation>
<\code>
I also tried with STDERR redirecting even that did not work $Result = `$Data 2>&1`;
Please help me on this thanks in advance