Jump to content

List of the file list (only names) copy to excel


wimal

Recommended Posts

not to my knowledge but if you use the "command prompt" and navigate to the correct folder you can type

 

 
DIR *.dwg /b > LIST.TXT

which will get you a list of all the dwg files in that folder into a text document that can then be openned by excel.

Link to comment
Share on other sites

There are some free tools out there that can list files to various formats. Google "file lister freeware" and pick out one that suits your needs.

Link to comment
Share on other sites

If you open Notepad and copy / paste the text from the earlier post into it then save it as a .bat file for example Drg_List.bat, you can then copy this file into any folder in Windows Explorer you want a drawing list from. When you want a list of files in that folder just double click on the Drg_List.bat file.

 

If you use the code DIR *.DWG /B > List.csv it will create a file called List.csv, when you double click on this file it will open in Excel.

 

Patrick

http://www.multi-batch.com/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...