Re: Can't take stdout in w98 xcopy

2002-02-13 Thread John W. Krahn
Daniel Sanchez Fabregas wrote: > > Triyng > > $x=qx(xcopy a:\\1*.* c:\\tmp); > print"\n after \n$x \n before \n"; You could always use the File::Copy module. perldoc File::Copy John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

RE: Can't take stdout in w98 xcopy

2002-02-13 Thread Timothy Johnson
ubject: Can't take stdout in w98 xcopy Triyng $x=qx(xcopy a:\\1*.* c:\\tmp); print"\n after \n$x \n before \n"; this is how it looks my dos session C:\WINDOWS\Escritorio>perl -w kk.pl 13feb.zip 1 arc

RE: Can't take stdout in w98 xcopy

2002-02-13 Thread Jason Larson
Triyng $x=qx(xcopy a:\\1*.* c:\\tmp); print"\n after \n$x \n before \n"; this is how it looks my dos session C:\WINDOWS\Escritorio>perl -w kk.pl 13feb.zip 1 archivos copiados after before -

Can't take stdout in w98 xcopy

2002-02-13 Thread daniel . sanchez . fabregas
Triyng $x=qx(xcopy a:\\1*.* c:\\tmp); print"\n after \n$x \n before \n"; this is how it looks my dos session C:\WINDOWS\Escritorio>perl -w kk.pl 13feb.zip 1 archivos copiados after before -