ccc Posted August 15, 2007 Report Share Posted August 15, 2007 hiI'm looking for a file transfer BATCH via Net Share, that means I'd like to transfer some files from WIN2000 to the another WIN2000 machine using Net Share \\server2\share.kind regardsccc Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted August 16, 2007 Report Share Posted August 16, 2007 Welcome to the Windows Forum.Sorry, not quite clear what you need. You mention 'batch'; do you mean an automated (repeated) process to copy (or move) data from one location via net share to another? Quote Link to comment Share on other sites More sharing options...
ccc Posted November 26, 2009 Author Report Share Posted November 26, 2009 Welcome to the Windows Forum.Sorry, not quite clear what you need. You mention 'batch'; do you mean an automated (repeated) process to copy (or move) data from one location via net share to another?Yep, that's what I need. Quote Link to comment Share on other sites More sharing options...
ɹəuəllıʍ ʇɐb Posted November 27, 2009 Report Share Posted November 27, 2009 Create a batch script using the xcopy commandxcopy \\server2\share\filename [destination]and run/schedule it on the destination server (or even a 3rd server). Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.