Drawing list lisp

Drawing list lisp

mruPRQUJ
Advocate Advocate
892 Views
11 Replies
Message 1 of 12

Drawing list lisp

mruPRQUJ
Advocate
Advocate

Drawing list lisp


Hi, I wonder if one drawing list lisp can be created from the existing AutoCAD drawings.
Thank you very much in advance. 🙂

0 Likes
Accepted solutions (2)
893 Views
11 Replies
Replies (11)
Message 2 of 12

paullimapa
Mentor
Mentor

Do you mean a drawing with like a directory listing showing all the drawings in the current folder like dwg name, size, date ?


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
Message 3 of 12

Moshe-A
Mentor
Mentor
Accepted solution

@mruPRQUJ  hi,

 

to create a list of files no lisp is need. you can google for applications that do that

or you can just use command prompt old and good DIR (directory) command to do it.

 

example:

c:\project01\dwg> dir *.dwg /b >michael.txt

 

this command will create (in 1 sec 🤣) "michael.txt" file containing a list of all dwg files in current folder.

[if you like, it can be called from any lisp program with (startapp) function]

 

the  greater then character redirect the output to file (instead of the console\screen)

the /b is to eliminate all info except for the files name.

 

enjoy

Moshe

 

 

 

 

 

Message 4 of 12

mruPRQUJ
Advocate
Advocate

yes, you are right, thanks a lot!  😀

0 Likes
Message 5 of 12

mruPRQUJ
Advocate
Advocate

I will try it later, thanks a million! 🙂

0 Likes
Message 6 of 12

paullimapa
Mentor
Mentor
Accepted solution
Message 7 of 12

mruPRQUJ
Advocate
Advocate

Hi, I can’t thank you enough, I will check it later 🙂

0 Likes
Message 8 of 12

mruPRQUJ
Advocate
Advocate

It works, thanks a lot!

0 Likes
Message 9 of 12

mruPRQUJ
Advocate
Advocate

This lisp has more features, it can be inserted into DWGS. But I tried it, it did not work. I may make a mistake, many thanks. 

0 Likes
Message 10 of 12

mruPRQUJ
Advocate
Advocate

Hi,

It works, I made a mistake before, thanks a million! 🙂

0 Likes
Message 11 of 12

paullimapa
Mentor
Mentor

glad you got it to work....cheers!!!


Paul Li
IT Specialist
@The Office
Apps & Publications | Video Demos
0 Likes
Message 12 of 12

mruPRQUJ
Advocate
Advocate

I can't thank you enough, have a wonderful day! 🙂

0 Likes