------------------------------------------------------------------------------
DBXscanImg - scans folders for Image files
(C)2020, CAD Studio      http://www.cadstudio.cz      http://www.cadforum.cz
------------------------------------------------------------------------------

The DBXscanImg utility (command) is an tool which scans all drawings in
the selected folder (and its subfolders) and writes a report about any
Imgs and PDFs referenced from the individual DWG files. It does NOT make
any changes in the DWG files.
Only IMAGEs and PDF underlays are detected (no Xrefs, DGNs or DWFs).

Usage:
You can run the DBXscanImg utility in an empty drawing - unlike other utilites,
it will not process the active drawing but the DWG files in the specified
directory (and subdirs).

Just load the application and run the "DBXscanImg" command. Browse to the
folder you want to process and confirm. Any Images in the drawings
are reported.

By setting the DBXDIRPATH Lisp variable you can preset the folder to scan:
(setq DBXDIRPATH "C:/DWGS/MYDWGS")


Notes:
DBXscanImg was tested on AutoCAD 2009 to 2021. It will probably run also with
other versions and AutoCAD flavors but these scenarios were not tested.

Only the individual DWG files are processed (top level), their possible external
references (xrefs) are not included automatically (you have to re-run the
tool on xrefs).

NB1: Password-protected drawings will prompt for password

NB2: DBXscanImg uses the ObjectDBX library installed with AutoCAD


License: DBXscanImg is a free utility by CAD Studio,
do not publish it online on other than CAD Studio's
web servers, do not sell, lend or exchange it.

----------------------------------------------------
Contact:
CAD Studio s.r.o.
Prazska 16, 370 04 Ceske Budejovice, Czech Republic
info@cadstudio.cz  www.cadstudio.cz  www.cadforum.cz

