- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrunTrainsManagementSystem.bat
More file actions
Latest commit
20 lines (13 loc) · 580 Bytes
/
Copy pathrunTrainsManagementSystem.bat
File metadata and controls
20 lines (13 loc) · 580 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
copy TrainManagementSystem.java C:\tibco\ems\6.0\samples\java
copy TrainMsgProducer.java C:\tibco\ems\6.0\samples\java
copy TrainMsgSyncProducer.java C:\tibco\ems\6.0\samples\java
ifnotexist"C:\EI\Project\breakdownReports\"mkdir C:\EI\Project\breakdownReports\
copy .\msgResource\ C:\EI\Project\breakdownReports\
copy new_breakdown.xsd C:\tibco\ems\6.0\samples\java
cd C:\tibco\ems\6.0\samples\java
CALL C:\tibco\ems\6.0\samples\java\setup.bat
javac TrainManagementSystem.java
javac TrainMsgProducer.java
javac TrainMsgSyncProducer.java
java TrainManagementSystem
pause