Files
BlueBrickParts/UpdateFileList.bat
Alban Nanty baf195d64d + add a version number to the 4DBrix library
+ add a package definition for the 4DBrix
| fix a spelling mistake in the UpdateFileList.bat
2020-11-26 11:43:58 +08:00

6 lines
191 B
Batchfile

REM update the folder list
dir parts\* /B /ON /AD > parts\_folderlist.txt
REM update the part list
for /d %%D in (parts\*) do (dir "%%D\*.gif" "%%D\*.xml" /B /ON > "%%D\_partlist.txt")