Re: Printing Playlists & Files
Another easy one. Here's how: In XP push Start>All Programs>Accessories>Command Prompt You will now have a DOS window. In the window type the following: dir c:\*.mp3 /s /b /w > c:\mp3's.txt Windows will scan all of drive C for mp3's and make a txt file list of them saved as mp3's.txt on the root of your drive c. You can do the same for every hard drive in your system by changing the c:\*.mp3 to d:\*.mp3, etc.
|