Link to home
Create AccountLog in
Avatar of jxharding
jxharding

asked on

Update MyProgram.exe on all PC's on domain from windows 2000 server? where do i start looking at this?

hi , this is the first time im even remotely attempting something like this?
i have a domain with 30 computers.
I have a desktop client application written in vb.net.
I update the application every day.
Currently i have a shared folder where i save the new exe and
all the other pc's have to physically go to that location, close their program and then copy it into their folder.

what is the proper way of doing this?
can i somehow run an update from the server and update everybodys version of the program?

Pls help!

thanks!
ASKER CERTIFIED SOLUTION
Avatar of Steve Knight
Steve Knight
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
If it is a big program it might be best to use xcopy with /d aswell which only copies if the file is newer

Steve
Thanks for the grade / points

Steve