CAD Managers
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Overwritin g dvb's currently being accessed by others
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I've got a number of DVB's located in a folder that is read-only to the users, but write access for me. I'm trying to update the VBA code in these dvb's, but since users have loaded them, windows won't let me overwrite (either by saving in autocad, or renaming/replacing in windows explorer).
Is there a better way I should be setting these up, or do I just need to wait until everyone has closed autocad to update these? Anyway to setup autocad so that users can load these files without locking them?
--Autocad 2008 w/vba patches--
Re: Overwritin g dvb's currently being accessed by others
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have a few dvbs on a network share and have setup the acad.lsp file on each users computer to run a lsp file on the network that checks if a file needs updating and copies the relevant dvb onto the local machine.
This means that anytime I update a dvb, the next time the user starts autocad, the file(s) gets updated.
Andrew Puller
Maitland, NSW, Australia
Windows 7 Enterprise 64bit
Intel core i7 2600 @ 3.40 GHz with 16GB Ram
Civil 3d 2013 64bit
Re: Overwritin g dvb's currently being accessed by others
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Yeah, that's not a bad solution. The other thing we were considering doing was making an MSI for the entire profile (blocks, tool palettes, dvb's, lsp's, scr's, etc), and doing a windows style install for the whole thing, which essentially does what you described, except using windows installer tools rather than autocad.
Thanks!

