in reply to Creating a txt file with paths to all files

Since you are on windows you can do it easily enough with one DOS command from the C: root directory:
dir /s /b > file.txt
Edit: ok,ok... I'm slow. Geez. :-\

Replies are listed 'Best First'.
Re: Re: Creating a txt file with paths to all files
by Anonymous Monk on Jun 19, 2002 at 17:52 UTC
    If you had a real operating system you could do this ...
    find / > allfiles