In the AutoCAD manual they have very limited on the DWG Batch Standards Checker:
Note: When you start the batch Standards Checker from a DOS command line Using the DWGCHECKSTANDARDS command, the batch standards checker accepts a variety of command-line parameters that can be Used for scripting batch standards audits.
However, I found this website in German that explains command line usage:
DwgCheckStandards with the options
/ Idrive: \ folder \ subfolder \ meincheckfile.chx
/ Odrive: \ folder \ subfolder \ meinegechecktenfiles.chx
/ EDrive: \ folder \ subfolder \ Reportdatei.htm
I wrote my own GUI interface in C# as can you, please see the below screenshot:
Various Scripts and Application Code Segments for .NET, VB, C#, C++, C, Java, JavaScript, HTML, Python, Perl, AutoIT, Batch, ASP Classic, Objective-C, Swift, Unreal Engine 4, Unity3D & others. Also contains numerous IT tidbits, procedures, and tricks including Technology Hacks on various platforms.
Showing posts with label DWG Batch Standards Checker AutoCAD. Show all posts
Showing posts with label DWG Batch Standards Checker AutoCAD. Show all posts
Subscribe to:
Posts (Atom)
Generating "Always On Top" NSWindow in macOS across all detected displays
Also: Using UIKit & Cocoa Frameworks using Objective-C In m acOS or OS X , written in either Objective-C or Swift Langues, you m...
-
This simple script is how to submit scores and points to the Game Center from a Unity3D Game. People use the prime31 plugin, and pay the e...
-
Also: Using UIKit & Cocoa Frameworks using Objective-C In m acOS or OS X , written in either Objective-C or Swift Langues, you m...
-
This simple code allows you to do the Trace Route command via .NET. Be sure to use the referenced ICMP.DLL class. I'll post the code for...