gsplus/src/GSplus.bat

17 lines
245 B
Batchfile
Raw Normal View History

2016-02-08 05:01:25 +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
:start
GSport.exe