English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need to create a spreadsheet of all the files in my working folders. I knew of a way to do this in the DOS prompt a long time ago, but of course I forgot.

2006-10-23 05:12:32 · 2 answers · asked by jonls65 2 in Computers & Internet Software

2 answers

say you want all files and files under subfolders in your c:\windows folder

c:\>cd\windows
c:\windows> dir /s > c:\windowsfiles.txt

If you don't want files in subfolders, just remove the /s switch

2006-10-23 06:32:37 · answer #1 · answered by Anonymous · 0 0

You take me back a long way --

List of DOS commands below.

http://en.wikipedia.org/wiki/List_of_DOS_commands

Wasn't it

dir c:\program files\msoffice\office\word\folder c:\filename.prn

replacing your folder and files, of course.

You will have to open the file and clean it up.
It should be in table format.
Can't you save it to a txt file or csv then import it into Excel?

Would appreciate knowing if it works.

2006-10-23 06:05:51 · answer #2 · answered by TheHumbleOne 7 · 0 0

fedest.com, questions and answers