How do I have Presto create a Windows service with a specific user name and password? I'd post what I tried, but I'm not really sure where to start.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
There are typically three steps to actually creating the service:
First, actually create the service:
Second, configure the user and password:
Third, start the service:
As you can see, you're simply using a Window's command prompt to do each of these. Whatever you can do at a command prompt, you can do in Presto. |
|||
|
|



