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