Notes on escaping quotes.
authorIain Patterson <me@iain.cx>
Sat, 29 Jun 2013 07:28:42 +0000 (08:28 +0100)
committerIain Patterson <me@iain.cx>
Sat, 29 Jun 2013 07:28:42 +0000 (08:28 +0100)
Brian Baxter points out that to install a service from the command
prompt with quotes in the options it is necessary to quote the quotes as
follows:

  nssm install service "c:\Program Files\app.exe" """C:\Path with spaces"""

README.txt

index b772c36..904468a 100644 (file)
@@ -77,6 +77,9 @@ with the given options (if you specified any).
 \r
 Don't forget to enclose paths in "quotes" if they contain spaces!\r
 \r
+If you want to include quotes in the options you will need to """quote""" the\r
+quotes.\r
+\r
 \r
 Managing the service\r
 --------------------\r
@@ -235,6 +238,7 @@ the default language when the user's display language was not translated.
 Thanks to Riccardo Gusmeroli for Italian translation.\r
 Thanks to Eric Cheldelin for the inspiration to generate a Control-C event\r
 on shutdown.\r
+Thanks to Brian Baxter for suggesting how to escape quotes from the command prompt.\r
 \r
 Licence\r
 -------\r