#author("2021-02-01T23:07:58+00:00","default:hotate","hotate") #author("2021-02-01T23:08:33+00:00","default:hotate","hotate") #contents &tag(Windows); * [[コマンド]] [#kc1def92] - [[Windowsのnetコマンドの使い方:Tech TIPS - @IT>http://www.atmarkit.co.jp/ait/articles/0211/23/news002.html]] 各サブコマンドの使い方を一番簡潔に表示させるには、サブコマンド名に続いて「/?」というオプションを付ける。 - [[scコマンドでWindows OSのサービスを確認/一覧/開始/停止する:Tech TIPS - @IT>http://www.atmarkit.co.jp/ait/articles/1505/25/news028.html]] 「sc.exe」は、サービスの状態確認や作成、削除、管理を行うためのコマンドである。 * ライブラリ [#a242b555] ** WinSW [#wc384bc3] - [[kohsuke/winsw: A wrapper executable that can be used to host any executable as an Windows service, in a liberal license>https://github.com/kohsuke/winsw]] A wrapper executable that can be used to host any executable as an Windows service, ... -- コメント:一番簡単に使える。(2021/02/02) -- コメント:導入が容易で、一番簡単に使える。(2021/02/02) ** その他 [#y9cde915] - [[タヌキソフトウェア有限会社 - Java Service Wrapper>http://www.tanukisoftware.com/ja/wrapper.php]] Java Service WrapperはJavaアプリケーションをネイティブWindowsサービスやUNIXデーモンプロセスのように インストール 及びコントロール可能であり、お客様のニーズに応じて細かく設定できるだけではなく、アプリケーションを モニタリングし事前に 障害を検知する機能も含まれている優れたツールです。 - [[Daemon : Java based daemons or services>https://commons.apache.org/proper/commons-daemon/]] * 関連 [#lfd3eec6] #related