Create list of folder containing mp3 files

B

BuckTurgidson

I'd like to create an e-mail attachment listing all the
mp3 files in a folder called "mp3 Files". How do I do
this? If the procedure involves DOS commands, pls. provide
step by step directions, along with the DOS commands.
Thanx!
 
R

Ramesh

Hi,

Open a MS-DOS window.
Goto the specified directory (where the mp3 files are present)
Type "Dir *.mp3 /b >C:\MP3_List.txt"

Now, attach the file MP3_List.txt to your email.

--
Ramesh - Microsoft MVP
Aim: SRamesh2k
(e-mail address removed)
http://www.mvps.org/sramesh2k


I'd like to create an e-mail attachment listing all the
mp3 files in a folder called "mp3 Files". How do I do
this? If the procedure involves DOS commands, pls. provide
step by step directions, along with the DOS commands.
Thanx!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top