RE: PerlApp and xcopy on WinXP SP2
by Tim Johnson other posts by this author
Jun 30 2005 7:07PM messages near this date
PerlApp and xcopy on WinXP SP2
|
Re: PerlApp and xcopy on WinXP SP2
It's the oldest problem in the book for Windows Perl users. You're
forgetting to escape your backslashes. Try this:
system "xcopy c:\\somedir\\*.* c:\\otherdir /s /e /i /y";
-----Original Message-----
From: pdk-bounces@[...].com
[mailto:pdk-bounces@[...].com] On Behalf Of Chris Rogers
Sent: Thursday, June 30, 2005 6:18 PM
To: pdk@[...].com
Subject: PerlApp and xcopy on WinXP SP2
I am using PerlApp 6.0.0 build 117102 on Windows XP SP2. I am having
trouble using the windows xcopy.exe via system or backticks. A call
such as:
system "xcopy c:\somedir\*.* c:\otherdir /s /e /i /y";
[Tim Johnson] <snip>
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Chris Rogers
Tim Johnson
David J Effa
Chris Rogers
Chris Rogers
Axel Mock
Chris Rogers
$Bill Luebkert
|