CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE

CAD tip CAD tip # 2839:

Question

CAD 
 %  platform  category 
A
The history of opened files is stored in the Registry. Use the following VisualLISP routine to clear the history (can be saved to a .LSP file):
  
(vl-load-com)  
(setq regKey (strcat "HKEY_CURRENT_USER\\" (vlax-product-key) "\\File History"))  
(vl-registry-delete regKey)  
(vl-registry-write regKey)  
ACAD2000ADTMDTMap
100% *CAD
12.2.2003   15996×  
   
this tip shared by ARKANCE experts applies to: AutoCAD 2000 · AutoCAD Architecture · MDT · AutoCAD Map 3D ·


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  





Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist