Re: AW: proper syntax for command

2011-05-23 Thread Irfan Sayed
t: Monday, May 23, 2011 7:09 PM Subject: Re: AW: proper syntax for command On 11-05-23 09:17 AM, Irfan Sayed wrote: > perl -e qx-"C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Com > mon7\\IDE\\devenv /rebuild release abc.sln /useenv"-; Put the double quotes outside

Re: AW: proper syntax for command

2011-05-23 Thread Shawn H Corey
On 11-05-23 09:17 AM, Irfan Sayed wrote: perl -e qx-"C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Com mon7\\IDE\\devenv /rebuild release abc.sln /useenv"-; Put the double quotes outside of the entire Perl command: perl -e "qx/C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Comm

Re: AW: proper syntax for command

2011-05-23 Thread Irfan Sayed
__ From: Christian Marquardt To: Irfan Sayed Sent: Monday, May 23, 2011 5:45 PM Subject: AW: proper syntax for command Junk Score: 1 out of 10 (below your Auto Allow threshold) | Approve sender | Block sender | Block domain