Greeting All,
My development computer is located on the same network that my production apps are ran.
I have an app I developed called "Developer Tools" that allows me to handle many daily maintenance items. One of them is a listing of all executable showing a local timestamp and a server timestamp. Any item shown in yellow needs to be updated. Currently that would be RepayMonitor.exe, but as you can see the app is in use. I would like to be able to force the application closed (Early morning while this can be done, then notify the user to restart the app when they arrive). The only thing I know is the location of this file and that it is in use. Because it is located on another drive "K:\Frontline\CollectingIT\Bin\RepayMonitor.exe", I cannot use FindWindow() to grab a handle so I can close it. Does anyone know how to accomplish this knowing just the executable name and path? Any tips appreciated.