Message 1 of 3
Tools/Options/File tab via VBA?

Not applicable
08-29-2006
10:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is there a way to change the Tools/Options/File tab via VBA at startup?
I want to be able to run a script that does the following:
-Add support file search paths (i.e. \\net\global\AutoCAD\Support)
-Sets the drawing template file location (i.e. \\net\global\AutoCAD\Templates)
-Sets the default template file name
It would also be nice to have the menu files (cui / mns) set up at this time as well.
Instead of configuring 300+ machines, I figured there is probably a better way, such as writing a script. Is it best to do this at startup or with an external VB script of some kind?
Thanks.
I want to be able to run a script that does the following:
-Add support file search paths (i.e. \\net\global\AutoCAD\Support)
-Sets the drawing template file location (i.e. \\net\global\AutoCAD\Templates)
-Sets the default template file name
It would also be nice to have the menu files (cui / mns) set up at this time as well.
Instead of configuring 300+ machines, I figured there is probably a better way, such as writing a script. Is it best to do this at startup or with an external VB script of some kind?
Thanks.