Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. javacrypto

    Stopping SilverServer from a command line in Windows

    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...
  2. javacrypto

    External editors and SilverStream

    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...
  3. javacrypto

    Dr Watson error on SIlverStream server

    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...

Part and Inventory Search

Back
Top