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
L:\Console>perl -e qx-"C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Com mon7\\IDE\\devenv /rebuild release abc.sln /useenv"-; 'C:\Program' is not recognized as an internal or external command, operable program or batch file. plz suggest From: Christian