Re: how to copy one folder to another server
Tech-Archive recommends: Fix windows errors by optimizing your registry
"Eddie" <Eddie@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:32B4289B-492A-46D8-994F-B0B0FF3FB10A@xxxxxxxxxxxxxxxx
I need to copy a folder on one of my servers to another servers daily. I
can
use task scheduler but I need a vb script so I can copy a folder on one
server to another server.
Although a script can easily do it, a single console command
is much easier to write. Here is what you put into your
batch file:
@echo off
xcopy /s /d /y /c "d:\Some Folder" "SomeServer\SomeShare\SomeFolder\"
.
Relevant Pages
- Re: SBS Add User wizard problem
... It turned out that the reason was script's folder ... The rest of settings are ok (it means they are like You said they ... Say I have a script on server which checks every 15 ... (microsoft.public.windows.server.sbs) - Re: CopyFolder logon script Windows 2003 Server
... > designated network share location. ... > also be our PDC running Win 2k3 server). ... > when testing this script it returns a 'folder does not exist'. ... (microsoft.public.scripting.wsh) - Scripting Agent not firing any events
... I've recently rebuilt my Exchange 5.5 ... Server on new hardware, and on W2K Server instead of NT4 Server. ... So I'm rebuilding a very simple public folder script, ... (microsoft.public.exchange.admin) - Re: Script to close open files in a folder?
... "Raul" wrote: ... I am essentially using solution you just suggested; the second folder just ... files on the server because my VBA crashes if someone has a file open on the ... I'd like to be able to use "Scheduled Tasks" on the server to run a script ... (microsoft.public.scripting.vbscript) - Re: Same Internal Server Error from last two days
... I am trying to run a Hello World Perl Script in Apache 2.2. ... But its constantly giving me Internal Server Error.The script ... # have to place corresponding `LoadModule' lines at this location so the ... (perl.beginners) |
|