Printing a list of files in XP?

  • Thread starter Thread starter Tiny Lund
  • Start date Start date
T

Tiny Lund

Can someone tell me how I can print a list of file names from Windows
Explorer. For example I have MP3's and I want to send a list via email to
someone. Thanks
 
How to add the Print Directory feature for folders in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;321379

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect Your PC!
http://www.microsoft.com/athome/security/protect/default.aspx

----------------------------------------------------------------------------

:

| Can someone tell me how I can print a list of file names from Windows
| Explorer. For example I have MP3's and I want to send a list via email to
| someone. Thanks
 
That is excellent! Works great! There is one other small problem. I am only
given the opportunity to print and no option to save to a file for emailing.
The way it is requires me to print it out then turn around and scan it for a
..txt file. Any workaround to save as a file?
 
Tiny Lund said:
That is excellent! Works great! There is one other small problem. I am
only given the opportunity to print and no option to save to a file for
emailing. The way it is requires me to print it out then turn around and
scan it for a .txt file. Any workaround to save as a file?


Edit the printdir.bat file in c:\windows. Remove the /P after Notepad. Save
the file as printbat1.bat. Go into the file view and select File Folder.
Select advance and select Add. Enter any name you like, then enter
printdir1.bat.
 
Edit the printdir.bat file in c:\windows. Remove the /P after Notepad. Save
the file as printbat1.bat. Go into the file view and select File Folder.
Select advance and select Add. Enter any name you like, then enter
printdir1.bat.


Is this in addition to the above procedure?
 
install a generic frint to file printer. it will be in the printer lists
when you add a printer
 
Tiny Lund said:
Edit the printdir.bat file in c:\windows. Remove the /P after Notepad.
Save
the file as printbat1.bat. Go into the file view and select File Folder.
Select advance and select Add. Enter any name you like, then enter
printdir1.bat.


Is this in addition to the above procedure?




You can do the exact same steps on the following page
http://support.microsoft.com/default.aspx?scid=kb;en-us;321379

Just take out the "/p" after Notepad. Rename the printdir.bat file to
viewdir.bat. In the action box do not use Print Directory Listing, use
Directory Listing. In the Application to perform action enter viewdir.bat.
 
Tiny said:
Can someone tell me how I can print a list of file names from Windows
Explorer. For example I have MP3's and I want to send a list via email to
someone. Thanks


From the command prompt (Start > Run > Cmd.exe), simply change to
the desired directory and type "dir > filelist.txt" or "dir > lpt1,"
just as you used to do in DOS. Any of the switches for the DIR
command (type "dir /?") will work with this command, if you wish to
modify the output. You can then subsequently edit the resulting text
file using NotePad, WordPad, Word, etc.

Alternatively:

HOW TO Add a Print Directory Feature for Folders in Windows XP
http://support.microsoft.com/?kbid=321379



--

Bruce Chambers

Help us help you:



You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH
 

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

Back
Top