Message 1 of 6
About acaddos.lsp

Not applicable
09-15-2002
07:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I want a .dvb project to be loaded every time I open the Autocad.
I want the file to be loaded only one time at a session and not at each
drawing!
I edit acad2000doc.lsp file and I put at the end:
defun-q MyStartUp( )
(command "_-VBALOAD" "MyDVBFile.dvb")
(princ())
)
(setq S::STARTUP (append S::STARTUP MyStartUp))
Unfortunatelly every time I open a new drawing it displays a message
that the file has been already been open.
Any idea how can I face the problem?
I thought I should try to handle the error,but I am not so good with
AutoLisp!
Thanks.
I want a .dvb project to be loaded every time I open the Autocad.
I want the file to be loaded only one time at a session and not at each
drawing!
I edit acad2000doc.lsp file and I put at the end:
defun-q MyStartUp( )
(command "_-VBALOAD" "MyDVBFile.dvb")
(princ())
)
(setq S::STARTUP (append S::STARTUP MyStartUp))
Unfortunatelly every time I open a new drawing it displays a message
that the file has been already been open.
Any idea how can I face the problem?
I thought I should try to handle the error,but I am not so good with
AutoLisp!
Thanks.