Ive spent a solid amount of time looking through the web for a way to do this but there were so many methods but none were exactly what I needed so here it goes. Here is the scenario: I have a web server running on linux and another server running on windows. I have an exe file on the windows server that loads variables from a txt file. I need to make a script on the web server that lets a user edit the txt fie than when they save it, it uploads the txt file to the web server, closes the exe file, than restarts the exe file. So far I have made the editor and I can upload the txt file, but from than on I am stuck. Any ideas as to how I can close the exe file on the windows server from the linux server than restart the exe file? Any help would be appreciated. Thank You =)