Try a batch file with this text:
net stop silverappserverservice3.7
pause
You can also start the service by replacing the word "stop" with "start".
You can start and stop any service in Windows NT using the same syntax. The trick is to find the service name. To do this...
There is not much in the help about this feature, but here is how it works. Put the path to the exe of your external editor in the box, like, perhaps:
c:\winnt\notepad.exe
Add any command line switches as necessary, because SilverStream will call the path followed by a file name as a...
To answer Daniel's question, services are stored in the Registry. Go to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SilverAppServerService3.7
(The last character may be 0 instead of 7 if you have SS 3.1)
The ImagePath value tells Windows what program to use. Try putting the +classic...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.