Message 1 of 6
Automatically run a macro
Not applicable
03-29-2008
02:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have created super-program:
;;;;;;;;;;;;;;;;;;;;;;;;
Sub Hello()
msgbox "Hello_World"
end sub
;;;;;;;;;;;;;;;;;;;;;;;;;
Then saved this file as Hello.dvb in D:\\, then added line in the end of file acad2008doc.lsp this line:
(vl-vbarun "D:\\Hello.dvb!Hello")
Now, when i try open multiple files from SheetSet, Autocad hanging (in command line "macro name:").
Any solution?
I have created super-program:
;;;;;;;;;;;;;;;;;;;;;;;;
Sub Hello()
msgbox "Hello_World"
end sub
;;;;;;;;;;;;;;;;;;;;;;;;;
Then saved this file as Hello.dvb in D:\\, then added line in the end of file acad2008doc.lsp this line:
(vl-vbarun "D:\\Hello.dvb!Hello")
Now, when i try open multiple files from SheetSet, Autocad hanging (in command line "macro name:").
Any solution?