FreeCalypso > hg > leo2moko-debug
comparison gpf/BIN/pco_initsim.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 : PCO | |
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 : kill all cms clients, start default PCO config for simulation test | |
19 rem ----------------------------------------------------------------------------- | |
20 | |
21 echo Starting PCO environment with default settings for simulation test ... | |
22 echo (Mark, you may easily start PCO-Viewers via the TapCaller, too!) | |
23 echo. | |
24 | |
25 call pco_kill.bat | |
26 | |
27 start pco_srv | |
28 start /min tst sim | |
29 delay 2 | |
30 start pco_view | |
31 | |
32 endlocal |