Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > How to list all files on C drive with DIR?

Reply
Thread Tools Display Modes

How to list all files on C drive with DIR?

 
 
P Redman
Guest
Posts: n/a

 
      01-01-2009
This is my batch file for listing files.

Not perfect and not sure if it is any different to yours, but for me it's OK. You may need to change location of desktop depending on version of windows used.

Regards
Philip

: This file will list all files on c: drive
: into list.txt file on the desktop

cd c:\users\user\desktop

dir c:\ /ogn /s > list.txt

exit


EggHeadCafe - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Reply With Quote
 
 
 
 
Gordon
Guest
Posts: n/a

 
      01-01-2009
"P Redman" wrote in message news:...
> This is my batch file for listing files.
>
> Not perfect and not sure if it is any different to yours, but for me it's
> OK. You may need to change location of desktop depending on version of
> windows used.
>
> Regards
> Philip
>
> : This file will list all files on c: drive
> : into list.txt file on the desktop
>
> cd c:\users\user\desktop
>
> dir c:\ /ogn /s > list.txt
>
> exit
>
>
> EggHeadCafe - .NET Developer Portal of Choice
> http://www.eggheadcafe.com



Posted and mailed

To whom are you talking and about what?
The "forum" that you are posting in leaches off the Microsoft News servers
in order to make it look far busier than it really is. Everyone who uses the
MS News servers sees your post on it's own - we have NO IDEA what you are
talking about and to whom you are talking.

This is not your fault - the fault lies with the forum owners who do not
explain to members that their posts end up on global Usenet newsgroups.
If you MUST continue to post in this "forum" then please at least quote the
post you are replying to, and do NOT change the subject line.

You would be far better off however, using a news reader and subscribing to
these news groups direct.

Setting up Outlook Express/Windows Mail to access Microsoft newsgroups
http://www.michaelstevenstech.com/ou...snewreader.htm

Accessing the MS newsgroups in Outlook Express/Windows Mail Newsreader
http://www.microsoft.com/windowsxp/e...roupsetup.mspx


Thank you


--
Asking a question?
Please tell us the version of the application you are asking about,
your OS, Service Pack level
and the FULL contents of any error message(s)

 
Reply With Quote
Reply

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to list all files on C drive with DIR? agent60182204@spamcorptastic.com Windows Vista General Discussion 6 03-20-2009 03:09 PM
Odd Msg above Flash Drive file list Jeeslawees Windows Vista File Management 1 02-02-2008 02:45 AM
Odd Msg above Flash Drive file list Jeeslawees Windows Vista Hardware 0 02-01-2008 09:11 PM
DVD drive doesn't list any files abhijat Windows Vista General Discussion 1 08-24-2007 11:39 PM
>>> CD/DVD Drive disappearing from drive list <<< John Monahan Windows Vista Hardware 1 05-13-2007 03:25 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59