NSSM: The Non-Sucking Service Manager\r
-Version 2.12, 2012-05-07\r
+Version 2.13, 2012-05-20\r
\r
NSSM is a service helper program similar to srvany and cygrunsrv. It can \r
start any application as an NT service and will restart the service if it \r
\r
Since version 2.11, NSSM respects srvany's AppEnvironment parameter.\r
\r
+Since version 2.13, NSSM is translated into French.\r
+Thanks François-Régis Tardy.\r
+\r
Usage\r
-----\r
In the usage notes below, arguments to the program may be written in angle \r
Thanks to Rob Sharp for pointing out that NSSM did not respect the\r
AppEnvironment registry value used by srvany.\r
Thanks to Szymon Nowak for help with Windows 2000 compatibility.\r
+Thanks to François-Régis Tardy for French translation.\r
\r
Licence\r
-------\r
int str_equiv(const char *, const char *);\r
\r
#define NSSM "nssm"\r
-#define NSSM_VERSION "2.12"\r
-#define NSSM_DATE "2012-05-07"\r
+#define NSSM_VERSION "2.13"\r
+#define NSSM_DATE "2012-05-20"\r
\r
/*\r
MSDN says the commandline in CreateProcess() is limited to 32768 characters\r