Windows file listing in text format?

Anyone know of a way to get a file listing in Windows 98? It’s something I want to talk someone through over the phone that isn’t that computer literate.

I’d like to get a text file that will lists all the contents of C:(Directory) along with file size and date modified.

Thanks

dir > foo.txt

and if you need all subdirectories from where you are:

dir /s >foo.txt

notice there is no space between > and foo

You should get a Directory Printer program from download.com
Easier than using a Dos printer code. Ought to be plenty of programs there.