dos command list folder contents
Open a command prompt at the music directory, and type:
dir /b /s /on >list.txt
This will give you a text file (list.txt) in the folder, that you
can manipulate, print etc. in your favourite text editor or
word processor. Alternatively, to redirect the output
directly to your printer, instead of a text file, type:
dir /b /s /on >prn
go to the command prompt and type
cd C:\Documents and Settings\username\My Documents\My Music (if it's an
windows xp os)
dir >xxx.txt OR dir /s >xxx.txt if there are sub-folders that you would like
listed (should work on any windows os)
the xxx can be any name as long as it as the .txt extension. It will be sent
to the same folder and this file then can be opened in notepad and printed
from there. It may need to be edited if you don't need all the information
like date and file size etc.
Source : velocityreviews





Post your comment