Message 1 of 5
		
			
				
					
						
							Console Application for AutoCAD 2012
						
					
					
				
			
		
	
			
	
	
	
	
	
			Not applicable
		
			
    
	
		
		
		08-13-2015
	
		
		05:39 AM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		
    - Mark as New
 - Bookmark
 - Subscribe
 - Mute
 - Subscribe to RSS Feed
 - Permalink
 - Report
 
I have written one AutoCAD Plugin (.dll) using AutoCAD .net API which reads all the drawing from specified folder and change attributes of Title block and save again in same folder. Check Attached CS FIle (source: through Interface blog)
I am running this Plugin using NETLOAD command and after that firing command to execute the code. It is working fine and updating the attributes.
But I want to execute this utility without NETLOAD and firing commands . It is possible to create console application which will read AutoCAD 2012 drawings from specified folder and change some specific attributes after executing console exe application ?