- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windows/コマンド/sc - サービスプログラム制御 へ行く。
- 1 (2011-09-15 (木) 06:48:02)
- 2 (2013-09-07 (土) 07:44:27)
- 3 (2014-05-31 (土) 23:41:04)
サービスプログラム制御
サービスの状態確認
sc.exe query foo-service
サービス一覧
sc query state= all | findstr SERVICE_NAME
サービスの開始
sc start foo-service
スタートアップの種類を変更
sc config foo-service start= auto
サービスの削除
sc.exe delete foo-service
サービスの登録
- nssmやrunasserviceを使う。
- http://stackoverflow.com/questions/415409/run-batch-file-as-a-windows-service/13294293#13294293
- http://serverfault.com/questions/54676/how-to-create-a-service-running-a-bat-file-on-windows-2008-server
参考
http://www.itmedia.co.jp/enterprise/articles/0809/17/news065.html