A Windows XP help forum. PCbanter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » PCbanter forum » Microsoft Windows XP » General XP issues or comments
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Printing a file list?



 
 
Thread Tools Display Modes
  #1  
Old April 7th 03, 05:36 PM
purplehaz03
external usenet poster
 
Posts: n/a
Default Printing a file list?

You can do this from a command prompt (Start, Run, cmd, OK)

Now use the following commands:
cd \
dir /a:d /s c:\dirlist.txt

(substitute your drive letter and path)

This will list all directories and put the output into the file
c:\dirlist.txt. Use 'dir /?' to get more info on the dir command.

If you just want the folders in your 'My Documents' location use the
following commands prior to the dir:
cd \
cd %userprofile%
cd "My Documents"





"Chris" wrote in message
...
Hi all,

I have over 1300 mp3 files in one folder on the hard
drive. I'd like to know something. How can I print a
list of all these files? Also, how could I e-mail this
list to someone else? Is this possible somehow? I have
tried several thing to no avail. Anyone got any
suggestions? Thanks!

Chris



Ads
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off






All times are GMT +1. The time now is 09:36 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 PCbanter.
The comments are property of their posters.