|
Re: Program to copy list of files from Windows explorer as text into an application?
Quote:
|
Originally Posted by Sully177
From a real old timer (DOS days).
If you go to your command prompt (DOS Command Prompt)
You can enter the following command;
'dir /s c: >c-files.txt'
dir - This will give you a listing of all files
/s - includes subdirectories (Folders)
c: - Tells it which drive letter and where to start
> - redirects the output to a file instead of a screen
c-files.txt - just a file name I made up for this example.
If this doesn't help or you are looking for something more specific I will gladly answer any question.
I use this method when trying to backup data to CD-Rs - mostly when trying to sort MP3s.
|
Other DOS commands work also. Try 'TREE" to get an ASCII copy of the Explorer file display.
__________________
Good Luck All. Learn something new, everyday!
Al
WB9UVJ
www.wildstang.org
________________________
Storming the Tower since 1996.
|