I recently wrote an application which updates all our MySQL databases with new info/quotes,etc. The problem is this:
The application is currently stored as //fileserver/f-drive/update.exe on the fileserver. When a user runs the .exe it runs the update fine. However
I want the application to run on the fileserver using the fileserver's resources (CPU, RAM); rather than running on the client's computer using their computers resources.
Is something like this possible (without have to write client server software)?
Thanks in advance.
------------------------------------
There's no place like 127.0.0.1
------------------------------------
The application is currently stored as //fileserver/f-drive/update.exe on the fileserver. When a user runs the .exe it runs the update fine. However
I want the application to run on the fileserver using the fileserver's resources (CPU, RAM); rather than running on the client's computer using their computers resources.
Is something like this possible (without have to write client server software)?
Thanks in advance.
------------------------------------
There's no place like 127.0.0.1
------------------------------------