Re: File_COPY [message #49708] |
Fri, 11 August 2006 02:48  |
Jo Klein
Messages: 54 Registered: January 2006
|
Member |
|
|
What happens when you open a command prompt and enter:
dir /s /b D:\SCP_Folder\
and
echo test > y:\IRC_PARADIGM\test.txt
hyperjiver@yahoo.com wrote:
> Hi,
>
> I am trying to use FILE_COPY command to copy files from once source to
> destination.
> I have the source as another computer mapped to my network. Destination
> is another computer mapped through network as well.
>
> This is what I wrote:
>
> FILE_COPY, "M:\", "Y:\IRC_PARADIGM", /RECURSIVE
>
> This works.
>
> I had to do the same from the source computer.
>
> So I wrote the command as:
>
> FILE_COPY, "D:\SCP_Folder\", "Y:\IRC_PARADIGM", /RECURSIVE
>
> I get error message saying "Unable to expand wildcard characters or
> file does not exist"
>
> I do not understand what is wrong here.
>
> Can anybody please help...
>
> Thanks,
> HJ.
>
|
|
|
Re: File_COPY [message #49745 is a reply to message #49708] |
Wed, 16 August 2006 08:33  |
hyperjiver
Messages: 10 Registered: July 2004
|
Junior Member |
|
|
Thanks for your suggestion. It was permission issue. I fixed it.
Thanks for your time,
HJ.
Jo Klein wrote:
> What happens when you open a command prompt and enter:
> dir /s /b D:\SCP_Folder\
> and
> echo test > y:\IRC_PARADIGM\test.txt
>
> hyperjiver@yahoo.com wrote:
>> Hi,
>>
>> I am trying to use FILE_COPY command to copy files from once source to
>> destination.
>> I have the source as another computer mapped to my network. Destination
>> is another computer mapped through network as well.
>>
>> This is what I wrote:
>>
>> FILE_COPY, "M:\", "Y:\IRC_PARADIGM", /RECURSIVE
>>
>> This works.
>>
>> I had to do the same from the source computer.
>>
>> So I wrote the command as:
>>
>> FILE_COPY, "D:\SCP_Folder\", "Y:\IRC_PARADIGM", /RECURSIVE
>>
>> I get error message saying "Unable to expand wildcard characters or
>> file does not exist"
>>
>> I do not understand what is wrong here.
>>
>> Can anybody please help...
>>
>> Thanks,
>> HJ.
>>
|
|
|