hi
I want make a list of file to manage it . It content file name , date modified ( maybe path) and store in Ms ( Excel, Access). But it take time, do you know a software can make it automatic ?( like search in window). Can you help me
Thanks
Cad123
Or even without programs just:
use your command prompt
( start-> exec... ->%compec% <enter> )
go in the folder you have drawings
cd \(name of the folder)
and execute
dir *.dwg /ogn>>c:\list.txt
a file called c:\list.txt will be created with the list of your .dwg files sorted by name.
Of couse you can use any dir options like /s if you need subfolders too or /ogs if need to order by size.
Just select the path to the drawings, and you can even add comments to your dwg files. Has a nice export feature to export dwg names, dates, comments etc to a tab delimited file that can be imported into excel
. She makes a number of usefull (free) utilities. Directory printer will output to a printer or a txt file. Numerous options as to sorting, tree depth etc. Well worth trying
Ralph
Copy the following text to a file named "FILE-DIR.BAT"
dir > dir.txt
Now save the one line in that file.
Now copy that file to whatever directory you want to make a list of ... and double click on it ... through WINDOWS.
Give it a couple of seconds.
A text file should appear at the bottom. (dir.txt)
And I figured someone would add those modifiers to the BATCH file.
And Flores ....
The difference between Melko & mine is the BATCH file.
The Drag/ drop & Double click associated to the BATCH file ... makes it "windows" friendly.
But really ... Melko had the right idea.
I just added the BATCH file spin.
And Melko & CADaver added the DOS modifiers which are nice!