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.
> "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
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
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
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