mirror of
https://github.com/Part-DB/PartDB-3D.git
synced 2026-02-19 19:01:19 +01:00
10 lines
207 B
Batchfile
10 lines
207 B
Batchfile
REM Convert each file from VRML to X3D
|
|
forfiles /s /m *.wrl /c "cmd /c aopt -i @FILE -x @FNAME.x3d"
|
|
|
|
REM remove old VRML and WINGS files
|
|
del /s /q *.wrl
|
|
del /s /q *.wings
|
|
del /s /q *.step
|
|
del /s /q *.fcstd
|
|
|