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
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
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