comparison gpf/BIN/gentle.bat @ 0:509db1a7b7b8

initial import: leo2moko-r1
author Space Falcon <falcon@ivan.Harhan.ORG>
date Mon, 01 Jun 2015 03:24:05 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:509db1a7b7b8
1 @echo off
2 setlocal
3
4 set PATH=%PATH%;..\tools\bin;..\..\tools\bin\debug;..\..\tools\bin
5
6 @if x%1 == x-h goto usage
7
8 @if x%GPF% == x goto start
9 if EXIST gentle.exe goto start
10 cd %GPF%\BIN
11 :start
12 rem copy default configs
13 rem ...
14 start gentle %1 %2 %3
15 goto end
16
17 :usage
18 @echo usage:
19 @echo "gentle [-h]"
20
21 :end
22 endlocal