Backticks Command Execution

2001-11-22 Thread Veeraraju_Mareddi
$pat = `echo \%path\%` This should direct output of the echo command to $path variable. But this is not happening,but it displays output to the screen instead. I ran this script in around 200 systems(windows 95 + windows 98),130 out of them produced the required output ,as remining failed. Wha

Re: Backticks Command Execution

2001-11-22 Thread Mark Veinot
- From: "Veeraraju_Mareddi" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, November 22, 2001 9:36 AM Subject: Backticks Command Execution > $pat = `echo \%path\%` > > This should direct output of the echo command to $path variable