Oct 15, 2004 #1 WillOMalley Computer Joined Mar 10, 2004 Messages 18 Location US Quick question Can i run a lisp file from a script file? thanks Will
Oct 15, 2004 #2 borgunit Mechanical Joined Jul 26, 2002 Messages 1,153 Location US Yes just load it and run it in the script... ie (load "yourlisppath.lsp") ; "YourRoutine" ; "Everybody is ignorant, only on different subjects." — Will Rogers Upvote 0 Downvote
Yes just load it and run it in the script... ie (load "yourlisppath.lsp") ; "YourRoutine" ; "Everybody is ignorant, only on different subjects." — Will Rogers
Oct 15, 2004 Thread starter #3 WillOMalley Computer Joined Mar 10, 2004 Messages 18 Location US 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 Upvote 0 Downvote
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