How can I execute a windows command line in the background, without it interacting with the active user?
feedback
|
|
Your question is pretty vague, but there is a post on ServerFault which may contain the information you need. The answer there describes how to run a batch file window hidden. | |||
|
feedback
|
|
If you want the command-line program to run without the user even knowing about it, define it as a Windows Service and it will run on a schedule. | |||||
feedback
|
|
I suspect you mean: Run something in the background and get the command line back immediately with the launched program continuing.
Which is the Unix equivalent of
| ||||
|
feedback
|