I think this is a pretty basic question, but here it is anyway. I need to write a py开发者_JS百科thon script that checks to make sure a process, say notepad.exe, is running. If the process is running
I\'d like to know how to restart a computer in such a way that once restarted it will log in using given credentials via a command-line command or perhaps using some other method perhaps in C# code.
I have an installer done with WiX. When it\'s done installing, it starts an application that injects some code in the Explorer process.
I am having a near critical issue with my app using SqlClient against a MS SQL server. The problem is that the SQL server is clustered in a Failover Cluster. If one of the nodes fails or the other no
I know how to reboot machines remotely, so that\'s the easy part. However, the complexity of the issue is trying to setup the following. I\'d like to control machines on a network for after-hours use
We\'re using an Out-of-Process Session Provider (ScaleOut) for an ASP.NET application and we\'ve noticed that when an object that\'s not correctly setup for de-serialization inadvertently makes its wa
Can an executable jar file can restart itself? Fo开发者_如何学运维r instance, after a user made some choice, the program says \"Restart the app?\" and the user clicks \"Yes\" then the jar shuts down a
How do I restart a fu开发者_JAVA技巧nction calling it from inside the same function?Just call the function again, then return, like this:
I have a master-workers architecture where the number of workers is growing on a weekly basis.I can no longer be expected to ssh or remote console into each machine to kill the worker, do a source con
Unfortunately, GAE requires restart of the server on each code change. Is it possible to prevent it and have immediate feedback after code save?