PC Review


Reply
 
 
Bre-x
Guest
Posts: n/a
 
      7th Sep 2006
Hi,
I need to create a script that will copy some files.

Environment: Windows 2000

The files that I want to copy from are located on a Windows 2000 Advance
Server.

I need to copy them to a windows 2000 machine that is physically link to the
network but it is not part of the domain.

How do i create a script that runs every nigth and open a "connection"
between the 2 computers and copy from the server to the
workstation?

Regards,

Bre-x



 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a
 
      7th Sep 2006
Use the Task Scheduler to invoke this batch file:

@echo off
xcopy /s /d /y /c "d:\Some Folder" "\\SomeServer\SomeShare\SomeFolder\"

Make sure to create the scheduled task under an account
that has full access rights to the source and the target
folder.


"Bre-x" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
> I need to create a script that will copy some files.
>
> Environment: Windows 2000
>
> The files that I want to copy from are located on a Windows 2000 Advance
> Server.
>
> I need to copy them to a windows 2000 machine that is physically link to

the
> network but it is not part of the domain.
>
> How do i create a script that runs every nigth and open a "connection"
> between the 2 computers and copy from the server to the
> workstation?
>
> Regards,
>
> Bre-x
>
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need a copy script Print Guy Windows XP Help 2 14th Sep 2006 04:25 AM
Copy profiles script Randy L Windows XP General 1 23rd Jul 2005 04:32 PM
Copy/Rename or Script Help RichLich Microsoft Windows 2000 1 6th May 2004 04:18 PM
dos copy in xp with script Johan Windows XP General 4 10th Feb 2004 11:41 PM
script to copy new files Rob C Microsoft Windows 2000 CMD Promt 4 19th Dec 2003 08:38 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:48 PM.