Running the server controller as a service - syntax

I’m trying to set up the server controller to run as a service on all of my Domino servers. I was looking at this thread: http://tinyurl.com/3su3od and used the sc command in the thread as a reference. The command in the first post works, in that I’m able to create the new service, however when I run the service it doesn’t work as advertised. The controller and console start up and then it says it can’t find the path for the notes.ini. I’ve confirmed the location of the notes.ini and it’s where it’s always been. Here’s the command I used:

sc create DominoServerController binpath= “e:\program files\lotus\domino\nservice.exe -jc =e:\program files\lotus\domino\notes.ini” displayname= “Domino Server Controller”

I tried the command in the second post, but it only brings up the sc command help info, so I assume the syntax is incorrect.

Am I missing something?

Thanks.