English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have 600 mp3 files in a folder and would like to be able to email the list..

2006-07-19 15:52:19 · 5 answers · asked by Madog 1 in Computers & Internet Other - Computers

5 answers

Open Dos prompt by typing cmd in run and then press cd\foldername which will take you to the folder you have these files.

Type dir> prn

This will print the complete directory of the folder to the printer. If you have any sub folders type dir /s >prn

2006-07-19 15:57:49 · answer #1 · answered by AreAce 4 · 0 0

While dir> prn will work another way is this,

At the command line type this,

dir > dir.txt

This will put the listing into a file which can then edit before you print if you need to do that.

If you use the /s switch you will get a list of all subdirectories from
the directory you start.

The command looks like this,

dir /s > dir.lis

Good Luck

2006-07-19 16:02:22 · answer #2 · answered by Anonymous · 0 0

Heres a tool:
http://no-nonsense-software.com/printfolder/
Maybe the freeware version let you print what you want.

I also found Microsoft advice, but its pretty stupid and doesnt work for large numbers of files
http://support.microsoft.com/?kbid=196628


If you have outlook XP, here´s another way:
-Open Microsoft Outlook.
-Choose View → Outlook Bar → Other Shortcuts.
-The three default selections listed are My Computer, My Documents, and Favorites. Select one and navigate the tree until the directory is displayed in the right pane.
-When the display matches what you'd like to print, click the printer icon on the Outlook toolbar.

2006-07-19 16:01:59 · answer #3 · answered by mexico 3 · 0 0

click on Start/All Programs/Accessories/Command Prompt
and you will get a prompt similar to this
C:\documents and settings\yourname>
then type in
cd\
example:

cd c:\mymusic\mp3
and you will get prompt
c:\mymusic\mp3>
type Dir *.mp3 > Mylist.txt

now you can open this Mylist.txt file with notepad.. select all.. and paste it into an email.. or you can attach it to your email


ok.. to get out of the command prompt... just type in

Exit

2006-07-19 16:04:13 · answer #4 · answered by ♥Tom♥ 6 · 0 0

you're able to do it with cmd.exe. Open the command instantaneous (cmd.exe), then browse to the folders you like with "cd". Then bypass into each and every folder and use the command "dir /b > data.csv". Then open each and every "data.csv" in Excel. it may reveal a verbal substitute field asking the form you desire to import the education. only press ok. you're able to then have a spreadsheet containing the filenames. Do with them what you like. observe that "dir /b > report.csv" will placed the report "data.csv" into a similar folder that includes the data. to place "data.csv" someplace else you like state the output folder interior the output course, eg "dir /b > ..data.csv" or "dir /b > C:data and SettingsRupertMy Documentsfilelists1files.csv"

2016-12-10 10:41:01 · answer #5 · answered by Anonymous · 0 0

fedest.com, questions and answers