mirror of
https://github.com/david-schmidt/gsport.git
synced 2024-11-15 14:11:28 +00:00
17 lines
261 B
Batchfile
17 lines
261 B
Batchfile
@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
|