2
2000 lover
is it possible to copy a file to My Network Places/Dest PC using command line.
if so then please write it for me.
if so then please write it for me.
2000 lover said:is it possible to copy a file to My Network Places/Dest PC using command
line.
if so then please write it for me.
you can map a drive (it'll appear as a local disk to you) by doing2000 said:i'll check it out, just for now i want to know full syntax of command line,
thanks.
goarilla said: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
Pegasus said: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.