FILE IMPORTING
Posted by BENDAPT2 on January 25, 2002 10:20 AM
I would like to open a DOS exported directory listing file pre-separated into specified columns using Excel. The lines below are the commands used in a batch file run to create the XLS file which it does successfully, but all data is in the first column when open by double clicking the file. The exported file is usually exported to a simple text file (txt), but I changed the extention to xls, and it did open anyway, just in Excel. Are there any switches or commands in DOS following these commands that might specify to excel how to open the file, or is there perhaps, some other way of doing this? This move could help speed my production.
MD C:\FOLDER1\LIST
DIR C:\FOLDER1\*.JPG > C:\FOLDER1\LIST\FILES.XLS