mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-17 05:05:41 +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
|