Files
PartDB-3D/wrl2x3d_r.bat
2016-12-16 18:54:12 +01:00

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