hi shawn,
same error : 

C:\workspace\CCS_Enzo_11\scm>perl -e "qx/\"C:\\Program Files\\Microsoft Visual S
tudio .NET 2003\\Common7\\IDE\\devenv \/rebuild release RMSDC.sln \/useenv\"/;"
'C:\Program' is not recognized as an internal or external command,
operable program or batch file.


hi christian,

i want to execute follwoing command using perl 

"C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE\devenv" 
/rebuild release abc.sln /useenv

plz suggest




________________________________
From: Shawn H Corey <shawnhco...@ncf.ca>
To: beginners@perl.org
Sent: 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 of the entire Perl command:

perl -e "qx/C:\\Program Files\\Microsoft Visual Studio .NET 
2003\\Common7\\IDE\\devenv \/rebuild release RMSDC.sln \/useenv/;"

Try copy & pasting the above.


-- Just my 0.00000002 million dollars worth,
  Shawn

Confusion is the first step of understanding.

Programming is as much about organization and communication
as it is about coding.

The secret to great software:  Fail early & often.

Eliminate software piracy:  use only FLOSS.

-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/

Reply via email to