Hi
A colleague of mine in work today asked me if there was a way of outputting the filenames of all files a specified folder to a text file so that she could copy and paste the filenames into the document she was writing, rather than have to type the names out (there are quite a lot of them!).
Is there a way to do this in Windows? The only way I could think of was to resort to the DOS Prompt, find the folder then use the following line:
dir /a-h-s-d /on /b >n:\mywork\filelist.txt
Is there an easier way?
A colleague of mine in work today asked me if there was a way of outputting the filenames of all files a specified folder to a text file so that she could copy and paste the filenames into the document she was writing, rather than have to type the names out (there are quite a lot of them!).
Is there a way to do this in Windows? The only way I could think of was to resort to the DOS Prompt, find the folder then use the following line:
dir /a-h-s-d /on /b >n:\mywork\filelist.txt
Is there an easier way?