Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
To automatically pull an updated file from server to client
Name: Irwin Gui Date: February 13, 2000 at 06:25:45 Pacific
Comment:
Let's say File A exists on both Server and Client.
If I update File A on the Server, I want the Client to detect that File A on the Server is more recent than the version in its own local directory. The Client then needs to copy File A from the Server into its local directory. How might I do this?
Name: Michiel Date: February 14, 2000 at 00:37:32 Pacific
Reply:
Hello,
Use the NT Replicator to do this. Set up replication according to the NT Manuals and put files into \winnt\...\repl\export on the Export machine. Specify replication partners and they will receive files in \winnt\...\repl\import. Use the files from this directory. Works only for NT systems.
Good Luck!
0
Response Number 2
Name: Scott Date: February 14, 2000 at 20:45:09 Pacific
Reply:
Another way is to use XCOPY /D Type xcopy /? at command prompt to see detailed explanation. If you want it to check frequently, use NT's "AT" command, or else if once a day is enough, put it in a login script. WIN95 has this xcopy ability to.
Summary: What would be the best way to transfer all files from NT 4.0 Server to a workstation and be able to access all the programs on the workstation. The Server has 4 hard drives and the workstation only o...
Summary: I am trying to give a group of users READ privileges only. It seems that they still have capability to copy these files to thier local hard drives!!! How can I prevent the copy of files!!! Thank you v...
Summary: What would the code look like if I wanted to delete all ".log" files from a server that were older that three months? Also, how would I program it to run through the entire server (i.e. all files and...