PC Review


Reply
Thread Tools Rate Thread

copy a file to My Network Places/Dest PC using command line

 
 
2000 lover
Guest
Posts: n/a
 
      13th May 2008
is it possible to copy a file to My Network Places/Dest PC using command line.
if so then please write it for me.
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      13th May 2008

"2000 lover" <2000 (E-Mail Removed)> wrote in message
news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
> is it possible to copy a file to My Network Places/Dest PC using command
> line.
> if so then please write it for me.


Do you know the NetBIOS name of the destination PC?
Do you know the name of the share on that PC?
If so, what are they?


 
Reply With Quote
 
2000 lover
Guest
Posts: n/a
 
      13th May 2008
my mean is copy a file from sysop PC in coffee net to another PC that all of
them
are present in network places(such as Station1 or Station2 or...).

"Pegasus (MVP)" wrote:

>
> "2000 lover" <2000 (E-Mail Removed)> wrote in message
> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
> > is it possible to copy a file to My Network Places/Dest PC using command
> > line.
> > if so then please write it for me.

>
> Do you know the NetBIOS name of the destination PC?
> Do you know the name of the share on that PC?
> If so, what are they?
>
>
>

 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      13th May 2008
That's fine. What's the share name at the destination PC?

"2000 lover" <(E-Mail Removed)> wrote in message
news:C20B3CBB-C060-4594-A921-(E-Mail Removed)...
> my mean is copy a file from sysop PC in coffee net to another PC that all
> of
> them
> are present in network places(such as Station1 or Station2 or...).
>
> "Pegasus (MVP)" wrote:
>
>>
>> "2000 lover" <2000 (E-Mail Removed)> wrote in message
>> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
>> > is it possible to copy a file to My Network Places/Dest PC using
>> > command
>> > line.
>> > if so then please write it for me.

>>
>> Do you know the NetBIOS name of the destination PC?
>> Do you know the name of the share on that PC?
>> If so, what are they?
>>
>>
>>



 
Reply With Quote
 
2000 lover
Guest
Posts: n/a
 
      13th May 2008
i'll check it out, just for now i want to know full syntax of command line,
thanks.

"Pegasus (MVP)" wrote:

> That's fine. What's the share name at the destination PC?
>
> "2000 lover" <(E-Mail Removed)> wrote in message
> news:C20B3CBB-C060-4594-A921-(E-Mail Removed)...
> > my mean is copy a file from sysop PC in coffee net to another PC that all
> > of
> > them
> > are present in network places(such as Station1 or Station2 or...).
> >
> > "Pegasus (MVP)" wrote:
> >
> >>
> >> "2000 lover" <2000 (E-Mail Removed)> wrote in message
> >> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
> >> > is it possible to copy a file to My Network Places/Dest PC using
> >> > command
> >> > line.
> >> > if so then please write it for me.
> >>
> >> Do you know the NetBIOS name of the destination PC?
> >> Do you know the name of the share on that PC?
> >> If so, what are they?
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
3c273
Guest
Posts: n/a
 
      13th May 2008
copy \\machine1name\sharename\filename \\machine2name\sharename .
Louis

"2000 lover" <(E-Mail Removed)> wrote in message
news:A2578322-4DBE-4AFA-8C8F-(E-Mail Removed)...
> i'll check it out, just for now i want to know full syntax of command

line,
> thanks.
>
> "Pegasus (MVP)" wrote:
>
> > That's fine. What's the share name at the destination PC?
> >
> > "2000 lover" <(E-Mail Removed)> wrote in message
> > news:C20B3CBB-C060-4594-A921-(E-Mail Removed)...
> > > my mean is copy a file from sysop PC in coffee net to another PC that

all
> > > of
> > > them
> > > are present in network places(such as Station1 or Station2 or...).
> > >
> > > "Pegasus (MVP)" wrote:
> > >
> > >>
> > >> "2000 lover" <2000 (E-Mail Removed)> wrote in message
> > >> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
> > >> > is it possible to copy a file to My Network Places/Dest PC using
> > >> > command
> > >> > line.
> > >> > if so then please write it for me.
> > >>
> > >> Do you know the NetBIOS name of the destination PC?
> > >> Do you know the name of the share on that PC?
> > >> If so, what are they?
> > >>
> > >>
> > >>

> >
> >
> >



 
Reply With Quote
 
goarilla
Guest
Posts: n/a
 
      13th May 2008
2000 lover wrote:
> i'll check it out, just for now i want to know full syntax of command line,
> thanks.
>
> "Pegasus (MVP)" wrote:
>
>> That's fine. What's the share name at the destination PC?
>>
>> "2000 lover" <(E-Mail Removed)> wrote in message
>> news:C20B3CBB-C060-4594-A921-(E-Mail Removed)...
>>> my mean is copy a file from sysop PC in coffee net to another PC that all
>>> of
>>> them
>>> are present in network places(such as Station1 or Station2 or...).
>>>
>>> "Pegasus (MVP)" wrote:
>>>
>>>> "2000 lover" <2000 (E-Mail Removed)> wrote in message
>>>> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
>>>>> is it possible to copy a file to My Network Places/Dest PC using
>>>>> command
>>>>> line.
>>>>> if so then please write it for me.
>>>> Do you know the NetBIOS name of the destination PC?
>>>> Do you know the name of the share on that PC?
>>>> If so, what are they?
>>>>
>>>>
>>>>

>>
>>

you can map a drive (it'll appear as a local disk to you) by doing
net use <unused_drive_letter>: \\netbios_name\share
it doesn't have to be an unused_drive_letter but it's good
practice anyway
and then do your copying by using copy/xcopy,...
 
Reply With Quote
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      13th May 2008

"goarilla <"kevin<punt>paulus|"@|skynet" <"punt> wrote in message
news:4829d4f8$0$2986$(E-Mail Removed)...
> 2000 lover wrote:
>> i'll check it out, just for now i want to know full syntax of command
>> line,
>> thanks.
>>
>> "Pegasus (MVP)" wrote:
>>
>>> That's fine. What's the share name at the destination PC?
>>>
>>> "2000 lover" <(E-Mail Removed)> wrote in message
>>> news:C20B3CBB-C060-4594-A921-(E-Mail Removed)...
>>>> my mean is copy a file from sysop PC in coffee net to another PC that
>>>> all of
>>>> them
>>>> are present in network places(such as Station1 or Station2 or...).
>>>>
>>>> "Pegasus (MVP)" wrote:
>>>>
>>>>> "2000 lover" <2000 (E-Mail Removed)> wrote in message
>>>>> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
>>>>>> is it possible to copy a file to My Network Places/Dest PC using
>>>>>> command
>>>>>> line.
>>>>>> if so then please write it for me.
>>>>> Do you know the NetBIOS name of the destination PC?
>>>>> Do you know the name of the share on that PC?
>>>>> If so, what are they?
>>>>>
>>>>>
>>>>>
>>>
>>>

> you can map a drive (it'll appear as a local disk to you) by doing
> net use <unused_drive_letter>: \\netbios_name\share
> it doesn't have to be an unused_drive_letter but it's good
> practice anyway


You may want to review your claim. Here is what happens
when you attempt to use a drive letter that is in use:

E:\Technical\Tips>net use q: \\pegasus\d$
System error 85 has occurred.
The local device name is already in use.


 
Reply With Quote
 
goarilla
Guest
Posts: n/a
 
      13th May 2008
Pegasus (MVP) wrote:
> "goarilla <"kevin<punt>paulus|"@|skynet" <"punt> wrote in message
> news:4829d4f8$0$2986$(E-Mail Removed)...
>> 2000 lover wrote:
>>> i'll check it out, just for now i want to know full syntax of command
>>> line,
>>> thanks.
>>>
>>> "Pegasus (MVP)" wrote:
>>>
>>>> That's fine. What's the share name at the destination PC?
>>>>
>>>> "2000 lover" <(E-Mail Removed)> wrote in message
>>>> news:C20B3CBB-C060-4594-A921-(E-Mail Removed)...
>>>>> my mean is copy a file from sysop PC in coffee net to another PC that
>>>>> all of
>>>>> them
>>>>> are present in network places(such as Station1 or Station2 or...).
>>>>>
>>>>> "Pegasus (MVP)" wrote:
>>>>>
>>>>>> "2000 lover" <2000 (E-Mail Removed)> wrote in message
>>>>>> news:5BDF853C-96CD-40B9-975F-(E-Mail Removed)...
>>>>>>> is it possible to copy a file to My Network Places/Dest PC using
>>>>>>> command
>>>>>>> line.
>>>>>>> if so then please write it for me.
>>>>>> Do you know the NetBIOS name of the destination PC?
>>>>>> Do you know the name of the share on that PC?
>>>>>> If so, what are they?
>>>>>>
>>>>>>
>>>>>>
>>>>

>> you can map a drive (it'll appear as a local disk to you) by doing
>> net use <unused_drive_letter>: \\netbios_name\share
>> it doesn't have to be an unused_drive_letter but it's good
>> practice anyway

>
> You may want to review your claim. Here is what happens
> when you attempt to use a drive letter that is in use:
>
> E:\Technical\Tips>net use q: \\pegasus\d$
> System error 85 has occurred.
> The local device name is already in use.
>
>


oh thank god

but you're right
for some reason i forgot that i always did a
net use used_drive_letter /DELETE

and well the practice is possible in Unix
(mounting devices on used mountpoints)

Oops 0_o.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Command line file copy to DVD in XP? =?Utf-8?B?Q2hhcmxpZQ==?= Windows XP Hardware 6 2nd Aug 2007 12:22 AM
Copy local file to Network computer by command line =?Utf-8?B?VGhhbmF3YXQ=?= Windows XP Help 1 21st Jun 2006 06:17 AM
copy a file to the clipboard from the command line Matthew Henry Freeware 16 18th Mar 2004 04:38 PM
problem in copy paste command and no icon displayed in my network places Razu Microsoft Windows 2000 1 10th Nov 2003 03:35 PM
File Copy Error To My Network Places Robert Windows XP Networking 0 14th Jul 2003 04:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:24 AM.