Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I copy a modified file to client machines automatically ?

Status
Not open for further replies.

prreport

Programmer
Joined
Jan 28, 2002
Messages
9
Location
US
There are 2 text files that are in a common folder on the server. These files are used by an application sitting on every client machine. I want to copy these text files to a backup folder automatically when they are modified. I want to schedule this every day at a time when no users are logged in. I created a batch file to copy to the backup folder but I am not able to fire it automatically. Any suggestions on automation and scheduling without using any scheduler ?
 
Did you put it in the profiles of the users accounts? Glen A. Johnson
Microsoft Certified Professional
glen@nellsgiftbox.com
[americanflag]

"Common sense is an instinct for the truth."
Max Jacobs (1876-1944); French writer.

 
You mean in the startup of individual user profiles ? No. I thought about it but the users access the application using a term server and moreover they don't log off often.
 
In active directory, there is tab that says profiles. Place the batch file name in there in the login script line, and then save the batch file in C:\WINNT\SYSVOL\sysvol\domainname.com\scripts. Hope that helps. Glen A. Johnson
Microsoft Certified Professional
glen@nellsgiftbox.com
[americanflag]

"Common sense is an instinct for the truth."
Max Jacobs (1876-1944); French writer.

 
I am not using AD and hence I don't find a place to execute scripts
 
[shocked] Ouch. Glen A. Johnson
Microsoft Certified Professional
glen@nellsgiftbox.com
[americanflag]

"Common sense is an instinct for the truth."
Max Jacobs (1876-1944); French writer.

 
I think I figured it out. Scheduled it through SQL server and it works. Thanks anyways.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top