----------------------------------------------------------------------------------
DBXscanXref - scans folders for Xref files
(C)2013, CAD Studio a.s.      http://www.cadstudio.cz       http://www.cadforum.cz
----------------------------------------------------------------------------------

The DBXscanXref utility (command) is an tool which scans all drawings in
the selected folder (and its subfolders) and writes a report about the
Xrefs referenced from the individual files. It does NOT make any changes
in the DWG files.
Only DWG xrefs are detected (no images or underlays).

Usage:
You can run the DBXscanXref 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 "DBXscanXref" command. Browse to the
folder you want to process and confirm. Any Xrefs in the drawings
are reported.

By setting the VERBOSMODE Lisp variable you can also list the names (paths) of
the individual Xrefs:
(setq VERBOSEMODE T)
By setting the XREFSCANMASK Lisp variable you can limit the scan only to
specific Xrefs:
(setq XREFSCANMASK "*Electrical*")
By setting the DBXDIRPATH Lisp variable you can preset the folder to scan:
(setq DBXDIRPATH "C:/DWGS/MYDWGS")


Notes:
DBXscanXref was tested on AutoCAD 2009 to 2014. 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: DBXscanXref uses the ObjectDBX library installed with AutoCAD

V1.1: new folder selection dialog, respects FILEDIA, Xref mask option
V1.2: direct cyclic references (A.dwg->A.dwg) are ignored (Microstation)

License: DBXscanXref 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 a.s.
Tylova 17, 370 01 Ceske Budejovice, Czech Republic
info@cadstudio.cz  www.cadstudio.cz  www.cadforum.cz



---------------------------------------------------------------------------------------
DBXscanXref - detekuje Xrefy v DWG vkresech v zadan sloce
(C)2013, CAD Studio a.s.        http://www.cadstudio.cz          http://www.cadforum.cz
---------------------------------------------------------------------------------------

Utilita (pkaz) DBXscanXref prochz vechny vkresy v zadanm sloce (a
podslokch) a vygeneruje report o nalezench Xrefech (xref odkazech) v jednotlivch
DWG souborech. Tato aplikace NEPROVD dn zmny do DWG soubor.

Pouit:
Utilitu DBXscanXref mete spoutt v przdnm vkresu - na rozdl od jinch LISP
utilit nezpracovv aktivn vkres, ale DWG soubory v zadanm adresi.
Zpracuje vechny DWG soubory ptomn v zadan sloce a jejch podslokch.
Jsou detekovny pouze DWG xrefy (nikoliv obrzky nebo podloen).

Aplikaci pouze natte a spuste pkaz "DBXscanXref". V dialogu vyberte adres,
kter chcete zpracovat a potvrte.

Po nastaven LISP promnn VERBOSMODE program vype i nzvy (cesty) jednotlivch
xref:
(setq VERBOSEMODE T)
Nastavenm LISP promnn XREFSCANMASK mete hledn omezit jen na xrefy uritho jmna:
(setq XREFSCANMASK "*Elektro*")
Nastavenm LISP promnn DBXDIRPATH mete pednastavit prohledvanou sloku:
(setq DBXDIRPATH "C:/VYKRESY/MOJE")


Poznmky:
DBXscanXref byl otestovn na AutoCADu 2009 a 2014. Bude pravdpodobn fungovat i na
jinch verzch AutoCADu a jeho profesnch verzch, ale tyto postupy nebyly
otestovny.

Jsou zpracovvny vdy jen individuln DWG soubory, jejich mon extern
reference (xrefy) nejsou automaticky zahrnuty do zpracovn (utilitu muste
na xrefy spustit separtn).

Pozn1: Heslem chrnn vkresy interaktivn vyzvou k zadn hesla

Pozn2: DBXscanXref pouv knihovnu ObjectDBX instalovanou s AutoCADem

Historie:
V1.1: nov dialog vbru sloky, respektuje FILEDIA, monost volby masky
V1.2: pm cyklick reference (A.dwg->A.dwg) jsou ignorovny (Microstation)

Licence: DBXscanXref je bezplatn utilita pro zkaznky firmy CAD Studio,
nen dovoleno ji dle it, peprodvat nebo vymovat.


----------------------------------------------------
Kontakt:
CAD Studio a.s.
Tylova 17, 370 01 esk Budjovice, esk republika
info@cadstudio.cz  www.cadstudio.cz  www.cadforum.cz
