TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: andrew.. on February 10, 2021, 04:28:23 PM

Title: looking for code for opening all dwgs in a selected directory
Post by: andrew.. on February 10, 2021, 04:28:23 PM
I want to open all dwgs in a list from a manually selected directory.
before I begin to write code for attempting this I wanted to see if anyone has any code they would be willing to share that does this or relatively close to doing this.

thanks
Title: Re: looking for code for opening all dwgs in a selected directory
Post by: BIGAL on February 10, 2021, 06:46:46 PM
A script will open as many dwgs as you want so you only need a script writer program.

Try this http://www.lee-mac.com/scriptwriter.html
Title: Re: looking for code for opening all dwgs in a selected directory
Post by: JohnK on February 10, 2021, 09:02:53 PM
https://www.theswamp.org/index.php?topic=55792.msg599445#msg599445

I wouldn't write scripts in script language if you can help it; horrible, clunky, plain-old-yucky to deal with.

The above link was a recent need of mine for a simple scripting tool. Works great.
Title: Re: looking for code for opening all dwgs in a selected directory
Post by: BIGAL on February 11, 2021, 06:49:43 PM
Agree with you John but only asked to "Open" dwgs so with out further information were both correct. Need OP to provide the "I want to do"