home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / PI3 / PI3WEB.EXE / Pi3Docs / Examples / Config / SrvMan32.pi3 < prev   
Text File  |  1997-10-31  |  261b  |  12 lines

  1. <HTML><TITLE>SrvMan32.pi3</TITLE><BODY><PRE>#
  2. # Install, delete, start, stop and query Pi3 services
  3. #
  4. include ../Conf/Win32Cli.cnf
  5.     
  6. <Object>        
  7.     Name Main
  8.     Class Pi3ServiceManagerClass
  9.     StartType SERVICE_AUTO_START
  10. </Object>
  11.  
  12. </PRE></BODY></HTML>