-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStartXMLComparator.bat
More file actions
24 lines (23 loc) · 969 Bytes
/
StartXMLComparator.bat
File metadata and controls
24 lines (23 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
mode con: cols=130 lines=250
:top
cls
COLOR 0A
echo ------------------------------------------------------------
echo *****************Seibel Automation Utilities****************
echo --------------- End2End Business Solution ------------------
echo ---------------------XML Comparision------------------------
echo ------------------------------------------------------------
echo.
echo.
echo ------------------------------------------------------------------
echo [This version of Utilities requires a pre-installed java JDK ]
echo ------------------------------------------------------------------
echo.
echo 1)Configure the Configuration.xlsm/XML_CONFIG Sheet
echo 2)Then Place the listed XML files in the Current Folder
echo 3)The Program requires a minimum of 500MB Free RAM Space and 200MB of DISK SPACE
echo Once you are done.
pause 1
java -Xms256m -Xmx512m -jar target/XMLComparator.jar com.siebel.comparator.WorkFlowExecutor "delete"
pause 1