About Windows services.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 13 Jan 2015 11:26:27 +0200
changeset 1673 ed7fa7e54aaa
parent 1672 7a489de6fb71
child 1674 34357d086f63
About Windows services.
windows-service.rst
--- a/windows-service.rst	Mon Jan 12 23:04:42 2015 +0200
+++ b/windows-service.rst	Tue Jan 13 11:26:27 2015 +0200
@@ -6,6 +6,12 @@
 ==================
 .. contents::
 
+About Windows services.
+=======================
+
+  http://www.coretechnologies.com/WindowsServices/FAQ.html
+    Windows Services Frequently Asked Questions (FAQ).
+
 List services.
 ==============
 
@@ -71,6 +77,12 @@
     Windows Server 2003 Resource Kit Tools download.
   http://stackoverflow.com/questions/3663331/creating-a-service-with-sc-exe-how-to-pass-in-context-parameters
     How to pass parameters to sc.exe runnable.
+  https://support.microsoft.com/KB/137890
+    How To Create a User-Defined Service (with Srvany.exe).
+  http://technet.microsoft.com/en-us/library/cc990289.aspx
+    Sc create help.
+  http://support.microsoft.com/kb/251192
+    How to create a Windows service by using Sc.exe
 
 Delete service.
 ===============