Emailing a list of files.

  • Thread starter Thread starter Hugh Jass
  • Start date Start date
H

Hugh Jass

I want to send a email with a list names of files in a directory. There are
over forty of them so I am looking for a way other than typing all names
out. Is there an easy way to do this?
 
Click Start, Run (Type) Cmd [Enter]
Use the Change Directory to navigate to your folder that holds your
files, once there (Type)
Dir *.* >C:\List.Txt
Exit the Command Prompt Window. Now your listing will be found
in the Root folder of drive C:. You can use notepad or other text editor
to select/copy/paste into the body of your email message.
 
Hugh said:
I want to send a email with a list names of files in a directory. There are
over forty of them so I am looking for a way other than typing all names
out. Is there an easy way to do this?
Open a command prompt
Change to the directory you want to list, then type:

dir /b >myfile.txt

myfile.txt will contain a simple list of the files in the directory in
text format which you can then send in the body of an e-mail or as an
attachment.

Biggles
Remove packaging to e-mail me
 
Biggles said:
Open a command prompt
Change to the directory you want to list, then type:

dir /b >myfile.txt

myfile.txt will contain a simple list of the files in the directory in
text format which you can then send in the body of an e-mail or as an
attachment.

Biggles
Remove packaging to e-mail me

Hi
Here is handy bit of freeware to do the job

http://www.spadixbd.com/freetools/jdirprint.htm

Chas
 
Hugh said:
I want to send a email with a list names of files in a directory. There are
over forty of them so I am looking for a way other than typing all names
out. Is there an easy way to do this?

One can use yahoo to send a bulk mail via the BCC selection, but the
addresses have to be separated by a ,

And, the max BCC is 25 names.
 
Hugh said:
I want to send a email with a list names of files in a directory. There are
over forty of them so I am looking for a way other than typing all names
out. Is there an easy way to do this?

Email a Zip file with all the files in it.
 
Hugh said:
I want to send a email with a list names of files in a directory. There are
over forty of them so I am looking for a way other than typing all names
out. Is there an easy way to do this?


BWAHAHAHAHA!

Now that name is classic!

Hughj Ass!
Huge Ass!

I love it.
 
Back
Top