English 中文(简体)
如果没有打开新的CMD窗口,我如何在Windows开始一个新项目。
原标题:How do I start a new instance of PHP in Windows without it opening a new CMD window?

I want multiple PHP processes to run in the background without disturbing the user. This is the code I have:

exec("psexec -d php peak.php map/eline/updatedotrange first=$first last=$last filename=$filename > NUL 2> NUL");

但是,对于每个外来言论来说,新的《千年发展目标》都很普遍。 当我 100住100次并管理这条线时,这种灾难就毁灭了我。

Any way I can get the process to run in the background, without the user noticing?

最佳回答

我使用<代码>bgrun.exe解决了这一问题。

http://www.jukkis.net/bgrun/

If anyone knows a 100% native Windows way to do this I d die to know

问题回答

暂无回答




相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...

热门标签