Thanks to the above contributors. I combined their thoughts in attached .lsp file.
Instructions: If your source files are .dxf - then no change.
If your source files are .dwg - comment out : (setq dwglist (vl-directory-files dir "*.dxf" 0)); IF DXF's
and, uncomment out: ;;;;;; (setq dwglist (vl-directory-files dir "*.dwg" 0)); IF DWG's
To comment out a line, just add a few ;;; at far left in Notepad.
To uncomment out a line, remove the ;;; at far left in Notepad.
To load and run this Lisp.
First, place the lisp in a folder, say C:/mylisp .. with filename = dxff.lsp so you end up with:
C:/mylisp/dxff.lsp (where 'mylisp' can be any folder name you desire)
To Load the program, with Acad open, at the Command Line, type in: (load "c:/mylisp/dxff.lsp")
To run the program at the Comand Line, type in: DXFF
(If your AutoCAD sends you an error about not wanting to run the script file, let us know, there's a fix for that)
The Lisp should run and place a copy of the .dxf output files into a folder under the current selected folder
as in: C:/job1/DXF12 (finished folder to get the DXF 12's from.
If you cannot 'see' that hidden folder, use Windows Explorer, highlight the parent folder, right click and
pick "Properties" unset the box 'Read Only', enter OK. This will unhide that new folder.
When completed, you can delete the .scr file.
ECCAD