FreeCalypso > hg > tcs211-c139
view gpf/BIN/debug/gentle.bat @ 18:ffee43b74949
checking in tpudrv12 source adapted for C139 in TCS211 environment
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 01 Nov 2015 05:40:24 +0000 |
parents | 509db1a7b7b8 |
children |
line wrap: on
line source
@echo off setlocal set PATH=%PATH%;..\tools\bin;..\..\tools\bin\debug;..\..\tools\bin @if x%1 == x-h goto usage @if x%GPF% == x goto start if EXIST gentle.exe goto start cd %GPF%\BIN :start rem copy default configs rem ... start gentle %1 %2 %3 goto end :usage @echo usage: @echo "gentle [-h]" :end endlocal