home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / tomcat_service_install.bat < prev    next >
Encoding:
DOS Batch File  |  2004-07-13  |  269 b   |  18 lines

  1. @echo off
  2.  
  3. if "%OS%" == "Windows_NT" goto WinNT
  4.  
  5. :Win9X
  6. echo Don't be stupid! Win9x don't know Services
  7. echo Please use apache_start.bat instead
  8. goto exit
  9.  
  10. :WinNT
  11.  
  12. echo Installing Tomcat as an Service
  13. service.bat install Tomcat5
  14.  
  15. goto exit
  16.  
  17. :exit
  18. pause