Code Search for Developers
 
 
  

LoopPOL.bat from POL-distro scripts at Krugle


Show LoopPOL.bat syntax highlighted

@ECHO OFF

REM - $Id: LoopPOL.bat 373 2006-06-17 18:27:33Z austinheilman $

REM -- If a special path is needed to pol.exe set it here
SET POL_PATH=pol.exe
REM ----------

GOTO :START()

REM -- START() FUNCTION
:START()
CLS
ECHO loopPOL.bat (v 1.0) by Austin
ECHO =============================
ECHO   Starting %POL_PATH%
ECHO =============================
ECHO.

%POL_PATH%

ECHO.
ECHO.
ECHO =============================
ECHO   POL has finished running
eCHO =============================
ECHO.

GOTO :START()




See more files for this project here

POL-distro scripts

The default distribution of scripts for the POL server project.

Project homepage: http://sourceforge.net/projects/pol-distro
Programming language(s): ASP,Pascal
License: other

  CleanUp.bat
  ECompile.bat
  LoopPOL.bat
  POL.bat
  RealmGen.bat