Getting DIR listing into Excel
How can I get dos directory listing into excel? If you do dir on dos command prompt you get
Directory of C:\Temp
07/18/2006 11:24a 13 Admin\ABC ToDo.xml
07/24/2006 01:14p 14 Admin\ABC codefrag.xml
09/13/2006 02:40p 59 Admin\ABC mylist2.txt
Directory of C:\Temp\Testing
08/17/2005 03:01p 17,408 Admin\ABC Building.xls
Is it possible to get the info into excel? If yes can you get it as
07/18/2006 11:24a 13 Admin\ABC ToDo.xml c:\temp
07/24/2006 01:14p 14 Admin\ABC codefrag.xml c:\temp
09/13/2006 02:40p 59 Admin\ABC mylist2.txt c:\temp
08/17/2005 03:01p 17,408 Admin\ABC Building.xls c:\temp\Testing
Thanks for help.