Library Loader (SamacSys) Clean up

Post your DipTrace libraries here
Post Reply
Message
Author
User avatar
KevinA
Posts: 639
Joined: 18 Dec 2015, 08:35

Library Loader (SamacSys) Clean up

#1 Post by KevinA » 28 Apr 2021, 05:45

I use Mouser.com as a source for parts, they use SamacSys (Library Loader) to provide CAD/3D parts, between SnapEDA and SamacSys and the IPC-7351 generator life is better.
With Library Loader it quickly gets messy as you download then extract the CAD/3D parts, my download directory is D:\mouser, in that directory I've created a CMD (removeall.cmd) file I click after processing the downloaded files that archives (moves) all the pieces of the part into an D:\mouser\archive directory leaving a clean directory for the next part or batch of parts to be downloaded and processed. The cmd file is attached as a zip, here is the contents:

Code: Select all

move /Y *.asc archive
move /Y *.epw archive
move /Y *.stl archive
move /Y *.stp archive
move /Y *.wrl archive
move /Y *.zip archive
del /Q *.asc *.epw *.stl *.stp *.wrl *.zip
dir
Attachments
removeall.zip
(252 Bytes) Downloaded 136 times

Post Reply