are these 2 servers all on the same network?
you can create a simple batch file, or script and just have your scheduler run it.
The setup I have is everyone has a local FS version on thier own computers, and on thier desktop they have a shortcut to a script on the server.
On the server, there's a specific location where the most up to date rollout version sits.
The script automatically checks the local version to see if it out of date compaired with the version on the server, if it is, it'll copy the server version over to the local computer (overwriting the old version) and then start the database.
This way, users only ever click on a single shortcut to start the front end, and is always using the most up to date version, and I don't have to do anything apart from increase a version number on the back end, and copy the latest version to the rollout location. I suppose I can even get this in a script but don't really see the benefits of it...
--------------------
Procrastinate Now!