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,...
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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.