comparison gpf/BIN/xpan.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 rem -----------------------------------------------------------------------------
4 rem Project :
5 rem Modul :
6 rem -----------------------------------------------------------------------------
7 rem Copyright 2004 Texas Instruments Deutschland GmbH
8 rem All rights reserved.
9 rem
10 rem This file is confidential and a trade secret of Texas
11 rem Instruments Berlin, AG
12 rem The receipt of or possession of this file does not convey
13 rem any rights to reproduce or disclose its contents or to
14 rem manufacture, use, or sell anything it may describe, in
15 rem whole, or in part, without the specific written consent of
16 rem Texas Instruments Berlin, AG.
17 rem -----------------------------------------------------------------------------
18 rem | Purpose :
19 rem -----------------------------------------------------------------------------
20
21 set PATH=..\tools\bin;..\..\tools\bin\debug;..\..\tools\bin;%PATH%
22
23 @if x%1 == x-h goto usage
24
25 @if x%GPF% == x goto start
26 cd "%GPF%\BIN"
27 @if x%1 == x goto start
28 rem special default version requested ?
29 set cfg_dir=..\cfg
30 if NOT EXIST ..\cfg\xpan.ini.default set cfg_dir=..\..\cfg
31 copy %cfg_dir%\xpan.ini.%1 %cfg_dir%\xpan.ini
32 :start
33 start /min xpanel
34 goto end
35
36 :usage
37 @echo usage:
38 @echo "xpan [-h| {tst_com1|tst_com2|sim|ti_mux|at_com1|at_com2} ]"
39
40
41 :end
42 endlocal
43 @if x%GPF% == x exit