回答:
srvany
、 もちろん。
Windows XPと7があり、NT、およびsrvany
からWindows 2003のRESKITはそれらにうまく動作します。
NSSMがありますhttp://iain.cx/src/nssm/
Windowsには、SC.exe
サービスを直接作成および変更できるツールが付属しています。
管理者特権のコマンドプロンプトに移動して、次のように入力します。
sc.exe create <Service Name> binPath= <Path> DisplayName= <name>
たとえば、(役に立たない)メモ帳サービスを作成するには、次を使用できます。
sc.exe create MyNotepadService binPath= "C:\windows\notepad.exe" DisplayName= "My notepad Service"
(等しい、値の前の間隔が重要であることに注意してください)
その後、コマンドプロンプトから、SC start <Service Name>
またはのサービスセクションを使用して、サービスを開始できますComputer Management
。
FireDaemon。あなたはそれを支払う必要がありますが、それは多くの機能を備えており、うまく機能します。