I'm not sure I follow your question.
But...
If you have the express tools in ACAD2000, you can type "LMAN" for the layer manager. This should allow you to export the layers into a "LAY" file, not "DWG".
And if that suits your needs, you may want to write a script to do multiple files.
Frankly, I am trying to learn AutoCad 2D & 3D from now on.
Could you please recommend me how I can learn AutoCad effectively?
I am really interested in piping design for refinery plant using PDS but I am just wondering if this PDS shold be operated based on Microstation not AutoCad 3D or AutoCad Solid Works.
I apologize, but I find it a little hard to follow your question. If you are looking to create a file with the current layers you are using into another file, you can save your drawing as a dwt (template) and use it to begin a new drawing and have your layers already setup. If you want to export a list of the layers you have into a text file, you can use the following LISP routine.
Dear Jimad,
Loading the following autolisp code, will add a command SBL to your drawing session. The SBL command does your mentioned job.
All DWGs will save in the root of drive C: .
If some drawings with the same name there exist in the root of drive c:, the program will not work properly. So before running the SBL command, be sure there is no DWG with the name similar to layer names in c:\ .
hi,
The SBL code above is just what I required, but I would be much better if I could specifiy where the dwg's are saved, such as a dialog box where I can then select the required path.