and
much more likely people will read it and join in.
"JupiterHost.Net" <[EMAIL PROTECTED]>
04/07/2006 12:05 AM
To
beginners@perl.org
cc
Subject
Re: windows command help
Chas Owens wrote:
On 4/6/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
Hi All,
I need t
Hi,
Following command works fine.
use File::Copy::Recursive qw(dircopy);
dircopy($source, $target);
Thanks for all your help.
Regards
Irfan Sayed
"JupiterHost.Net" <[EMAIL PROTECTED]>
04/07/2006 12:05 AM
To
beginners@perl.org
cc
Subject
Re: windows command help
On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
> Hi Chas,
>
> I corrected. but still same error.
>
> I put as use File::Xcopy;
>
> Any other sol. plz
>
> Regards
> Irfan Sayed
snip
Are you sure that the module is installed? You can find out easily by
running the following command.
perl -MFi
Hi Chas,
I corrected. but still same error.
I put as use File::Xcopy;
Any other sol. plz
Regards
Irfan Sayed
"Chas Owens" <[EMAIL PROTECTED]>
04/07/2006 10:02 AM
To
Irfan J Sayed/India/[EMAIL PROTECTED]
cc
beginners@perl.org
Subject
Re: windows command help
On
On 4/7/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
snip
> use file::Xcopy;
> syscopy("D:\\vobs","D:\\backup");
>
> Any sol. on this plz?
>
> Regards
> Irfan Sayed
snip
If that is exactly the code you used then the problem is "use
file::Xcopy;". It should read "use File::Xcopy;"
--
To unsubscrib
Irfan J Sayed/India/[EMAIL PROTECTED]
04/06/2006 10:50 PM
To
"Chas Owens" <[EMAIL PROTECTED]>
cc
beginners@perl.org
Subject
Re: windows command help
Thanks Chas,
That is what i was looking for.
Regards
Irfan Sayed
"Chas Owens" <[EMAIL PROTECTED]>
here and I just don't
know it?
-Original Message-
From: JupiterHost.Net [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 06, 2006 11:36 AM
To: beginners@perl.org
Subject: Re: windows command help
Or better yet:
use File::Copy::Recursive qw(dircopy);
dircopy($source, $target);
Chas Owens wrote:
On 4/6/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
Hi All,
I need to run the windows copy command from command prompt to copy several
folders and files in specific folder to another folder
I am running following command
C:\Documents and Settings\Administrator>copy D:\vo
Thanks Chas,
That is what i was looking for.
Regards
Irfan Sayed
"Chas Owens" <[EMAIL PROTECTED]>
04/06/2006 10:38 PM
To
Irfan J Sayed/India/[EMAIL PROTECTED]
cc
beginners@perl.org
Subject
Re: windows command help
On 4/6/06, Irfan J Sayed <[EMAIL PROTECTED]>
On 4/6/06, Chas Owens <[EMAIL PROTECTED]> wrote:
snip
> deepcopy("D:\vobs" "D:");
snip
Whoops, I said it was untested code. This line should read either
deepcopy("D:\\vobs", "D:");
or
deepcopy("D:/vobs", "D:");
depending on your style.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additio
On 4/6/06, Irfan J Sayed <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I need to run the windows copy command from command prompt to copy several
> folders and files in specific folder to another folder
>
> I am running following command
>
> C:\Documents and Settings\Administrator>copy D:\vobs d:
> D:\v
It's so strange that you ask that question here.Does your problem have any
relations with Perl?
-Original Message-
>From: Irfan J Sayed <[EMAIL PROTECTED]>
>Sent: Apr 6, 2006 10:52 PM
>To: beginners@perl.org
>Subject: windows command help
>
>Hi All,
>
>I need to run the windows copy comma
12 matches
Mail list logo