From: Iain Patterson Date: Sat, 29 Jun 2013 07:28:42 +0000 (+0100) Subject: Notes on escaping quotes. X-Git-Tag: v2.17~12 X-Git-Url: http://git.iain.cx/?a=commitdiff_plain;h=0b386fc1984ab74ee59b7bed14b7e8f57212c22b;hp=0b386fc1984ab74ee59b7bed14b7e8f57212c22b;p=nssm.git 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""" ---