Copying folder over a network
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Copying folder over a network

 
Post new topic   Reply to topic    Windows Server Forum Index -> Programming
Author Message
asdfg
Guest





Posted: Thu Jan 06, 2005 10:32 pm    Post subject: Copying folder over a network Reply with quote

Does anyone have a script to copy a folder over a nework to a share on a
server?
Back to top
papejack
Guest





Posted: Fri Jan 07, 2005 12:31 am    Post subject: RE: Copying folder over a network Reply with quote

"asdfg" wrote:

Quote:
Does anyone have a script to copy a folder over a nework to a share on a
server?

Hi,
It's pretty simple, you could have figured it out in the WSH documentation

Set FSO = CreateObject("Scripting.FileSystemObject")
FSO.CopyFolder "\\server\Source_folder", "\\server2\Destination_Folder", True
Set FSO = nothing

that's it
bye
Back to top
Al Dunbar [MS-MVP]
Guest





Posted: Fri Jan 07, 2005 6:02 am    Post subject: Re: Copying folder over a network Reply with quote

"papejack" <papejack@discussions.microsoft.com> wrote in message
news:3C8C0A99-890C-4968-BCDE-5D35E522BD5B@microsoft.com...
Quote:


"asdfg" wrote:

Does anyone have a script to copy a folder over a nework to a share on a
server?

Hi,
It's pretty simple, you could have figured it out in the WSH documentation

Set FSO = CreateObject("Scripting.FileSystemObject")
FSO.CopyFolder "\\server\Source_folder", "\\server2\Destination_Folder",
True
Set FSO = nothing

that's it

Or, alternately:

xcopy \\server1\source_share\source_folder\*.*
\\server2\dest_share\dest_folder\ /s

/Al
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Programming All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB