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)
commit0b386fc1984ab74ee59b7bed14b7e8f57212c22b
treecfa38d952f4b371821630315ee7a4f2049d0250f
parent40792fac2ef98e69c331b9cd5a9279dc3e1eb730
Notes on escaping quotes.

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