Operating System - Microsoft
1753469 Members
5007 Online
108794 Solutions
New Discussion юеВ

Re: file transfer BATCH via Net Share

 
SOLVED
Go to solution
'chris'
Super Advisor

file transfer BATCH via Net Share

hi

I'm looking for a file transfer BATCH via Net Share.

kind regards
chris
2 REPLIES 2
'chris'
Super Advisor

Re: file transfer BATCH via Net Share

that means I'd like to transfer some files from WIN2000 to the another WIN2000 maschine using Net Share \\server2\share
Ivan Ferreira
Honored Contributor
Solution

Re: file transfer BATCH via Net Share

Maybe you want to do something like this:

NET USE Z: \\ComputerName\ShareName
xcopy [options] source destination
NET USE Z: /DELETE

Please see:

http://www.ss64.com/nt/net_use.html
http://www.ss64.com/nt/net_share.html
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?