home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2007 April / PCpro_2007_04.ISO / files / dsl / ManageEngineWiFiManager.exe / Disk1 / data1.cab / SourceFiles / WiFiManager.exe / bin / StartWiFiManagerClient.bat < prev    next >
Encoding:
DOS Batch File  |  2007-01-17  |  252 b   |  10 lines

  1. @echo off
  2. cd ..
  3. call ./setEnv.bat
  4.  
  5. set CLASSPATH=.\classes\OpManagerStartupClasses.jar;
  6.  
  7. %JAVA_HOME%\bin\java -Dwebserver.port=%WEBSERVER_PORT% -Dwebserver.host=%WEBSERVER_HOST% com.adventnet.wifi.utils.startup.StartWiFiManagerClient 
  8.  
  9. cd bin
  10.