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"""


No differences found