Eng-Tips is the largest forum for Engineering Professionals on the Internet.

Members share and learn making Eng-Tips Forums the best source of engineering information on the Internet!

  • Congratulations JStephen on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

AutoCAD R14 Script Files

Status
Not open for further replies.

WillOMalley

Computer
Joined
Mar 10, 2004
Messages
18
Location
US
Quick question
Can i run a lisp file from a script file?

thanks
Will
 
Yes
just load it and run it in the script...

ie
(load "yourlisppath.lsp")
;
"YourRoutine"
;

"Everybody is ignorant, only on different subjects." — Will Rogers
 
Ok.. maybe I am a little hard headed here
I have a Script file names loadVB.scr in the
support directory.

I would like to use that to load a Visual Basic Project
and run a macro..
is there an easy way to do this?

thanks
Will
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top