forked from dgis/xsddiagram
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.bat
17 lines (17 loc) · 1.47 KB
/
test.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
start "" /wait XSDDiagram.exe -r COLLADA -e 3 -d http://www.khronos.org/files/collada_schema_1_4_1.xsd
start "" /wait XSDDiagram.exe Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagram.exe -r sphere -r COLLADA -e 3 Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\file.png -r COLLADA -e 3 -z 200 Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\file.jpg -r COLLADA -e 3 -z 200 Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\file.emf -r COLLADA -e 3 Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\file.svg -r COLLADA -e 3 Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\fileDoc.png -r COLLADA -e 2 -d Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\fileDoc.jpg -r COLLADA -e 2 -d Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\fileDoc.emf -r COLLADA -e 2 -d Tests\COLLADASchema_141.xsd
start "" /wait XSDDiagramConsole.exe -o Tests\fileDoc.svg -r COLLADA -e 2 -d Tests\COLLADASchema_141.xsd
XSDDiagramConsole.exe -os png -r COLLADA -e 3 -y Tests\COLLADASchema_141.xsd > Tests\stdout.png
XSDDiagramConsole.exe -os jpg -r COLLADA -e 3 -y Tests\COLLADASchema_141.xsd > Tests\stdout.jpg
XSDDiagramConsole.exe -os svg -r COLLADA -e 3 -y Tests\COLLADASchema_141.xsd > Tests\stdout.svg
XSDDiagramConsole.exe -os txt -r COLLADA -e 2 -f NAME,TYPE,COMMENT Tests\COLLADASchema_141.xsd
XSDDiagramConsole.exe -h
@pause