gsport/src/GSport.bat

17 lines
261 B
Batchfile
Raw Permalink Normal View History

2011-01-07 13:23:21 +00:00
@echo off
REM
REM GSport - Windows startup batch file
REM
SET GSPORT_HOME=%CD%\
set CYGWIN=nodosfilewarning
:add_classpath
SET CWD=%CD%
if "%GSPORT_PATH_SET%" == "1" goto start
set GSPORT_PATH_SET=1
PATH=%PATH%;%GSPORT_HOME
2011-01-07 13:23:21 +00:00
:start
GSport.exe