Hi all,
I am working on a system that has a back end (on the server) and 6 front ends (all identical, one on each of the client pc's). This means that whenever I make a change to the front end, the updated version of the Front End has to be copied + setup on all 6 client machines. This also means that I have to go on-site everytime I want to make an update. Sometimes I might need to make just a very minor update, and just cannot get onsite to deliver it.
I want to be able to login to the server remotely (using Win 2k Terminal Services) and copy the latest version of the front end to a designated shared folder on the server (I can already do this without a problem). Then each time a front end is opened (on a client pc), code will run to check the designated share folder on the server to see if an updated front end is available. If it is, it will be copied to the client pc and replace the front end the user currently has open. It's filename will be identical so that the desktop shortcut still works and the new front end will then open up so the user can continue working as per normal.
The only problem that I see with the above would be in the closing of the front end, copying of the new front end to the local machine and then opening it back up. I assume that the code that does this would have to be separate from my front end other wise I wouldn't be able to replace the front end file because it would be already in use.
Do you think what I have described above is a good idea for what I am trying to achieve? Has anyone else done anything similar before? Any ideas/comments/help would be greatly appretiated.
Cheers,
Peter
I am working on a system that has a back end (on the server) and 6 front ends (all identical, one on each of the client pc's). This means that whenever I make a change to the front end, the updated version of the Front End has to be copied + setup on all 6 client machines. This also means that I have to go on-site everytime I want to make an update. Sometimes I might need to make just a very minor update, and just cannot get onsite to deliver it.
I want to be able to login to the server remotely (using Win 2k Terminal Services) and copy the latest version of the front end to a designated shared folder on the server (I can already do this without a problem). Then each time a front end is opened (on a client pc), code will run to check the designated share folder on the server to see if an updated front end is available. If it is, it will be copied to the client pc and replace the front end the user currently has open. It's filename will be identical so that the desktop shortcut still works and the new front end will then open up so the user can continue working as per normal.
The only problem that I see with the above would be in the closing of the front end, copying of the new front end to the local machine and then opening it back up. I assume that the code that does this would have to be separate from my front end other wise I wouldn't be able to replace the front end file because it would be already in use.
Do you think what I have described above is a good idea for what I am trying to achieve? Has anyone else done anything similar before? Any ideas/comments/help would be greatly appretiated.
Cheers,
Peter