mirror of
https://github.com/Lswbanban/BlueBrickParts.git
synced 2026-01-11 16:28:18 -06:00
+ add a package definition for the 4DBrix | fix a spelling mistake in the UpdateFileList.bat
6 lines
191 B
Batchfile
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")
|