Re: using xcopy in windows xp

2009-12-14 Thread Dimi
On 4 Nov., 21:01, axr0...@yahoo.com (Axr0284) wrote: > Thanks for insight. > Amish what about this : system("XCOPY KCPSM3.EXE".$s_tempLocation." /R /Y"); Dim. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.

Re: using xcopy in windows xp

2009-11-04 Thread Uri Guttman
> "SHC" == Shawn H Corey writes: SHC> axr0284 wrote: >> Hi, >> I was wondering if anybody can tell me what I am doing wrong. I am >> trying to use xcopy: >> system("XCOPY", "KCPSM3.EXE", $s_tempLocation, "/R /Y"); >> >> $s_tempLocation contains "c:\temp" >> >> When I run t

Re: using xcopy in windows xp

2009-11-04 Thread Dermot
2009/11/4 Shawn H Corey : > axr0284 wrote: >> Hi, >>  I was wondering if anybody can tell me what I am doing wrong. I am >> trying to use xcopy: >> system("XCOPY", "KCPSM3.EXE", $s_tempLocation, "/R /Y"); >> >> $s_tempLocation contains "c:\temp" >> >> When I run the script, I get the following erro

Re: using xcopy in windows xp

2009-11-04 Thread Shawn H Corey
axr0284 wrote: > Hi, > I was wondering if anybody can tell me what I am doing wrong. I am > trying to use xcopy: > system("XCOPY", "KCPSM3.EXE", $s_tempLocation, "/R /Y"); > > $s_tempLocation contains "c:\temp" > > When I run the script, I get the following error message: > Invalid number of par

using xcopy in windows xp

2009-11-04 Thread axr0284
Hi, I was wondering if anybody can tell me what I am doing wrong. I am trying to use xcopy: system("XCOPY", "KCPSM3.EXE", $s_tempLocation, "/R /Y"); $s_tempLocation contains "c:\temp" When I run the script, I get the following error message: Invalid number of parameters The following command in