![]() |
|
Welcome to Vista Banter. You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
|
|||||||
| Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management) |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Is there any software that will make a complete directory of a hard drive
including File memory size for all files including system and hidden files? or The Command Prompt DIR string that will yeald all files, hidden and system, including those that may not be fully Vista compatabile? I have tried DIR /a/s but still get DIR . or DIR .. for example and connot peal that onion back any more. -- ND Dad |
|
|||
|
Hi, Dad.
Dir /a/s is one of my favorite commands and I use it often - and it always works as expected. It does show me DIR, of course, but then it continues to list all the files in the current folder, followed by each of the subfolders, in order, all the way to the bottom of the folder tree - unless I press Ctrl+C or the Break key to stop it. In a BIG folder, like \Windows\system32, the list can go on for a long time and I sometimes get impatient. I usually do this in an Administrator:Command Prompt window, but it works the same way in a non-Admin CP. How do you use the command? You might also be interested in this KB article: How to add the Print Directory feature for folders in Windows XP and in Windows Vista http://support.microsoft.com/?kbid=321379 While I haven't tried it, you should be able to easily add the /a/s switches to the PrintDir.bat batch file described there. RC -- R. C. White, CPA San Marcos, TX Microsoft Windows MVP (Running Windows Live Mail 2008 in Vista Ultimate x64 SP1) "ND Dad" wrote in message ... Is there any software that will make a complete directory of a hard drive including File memory size for all files including system and hidden files? or The Command Prompt DIR string that will yeald all files, hidden and system, including those that may not be fully Vista compatabile? I have tried DIR /a/s but still get DIR . or DIR .. for example and connot peal that onion back any more. -- ND Dad |
|
|||
|
You will always see DIR. & DIR.. in any directory listing. DIR . is
the directory you are currently in. DIR .. is the parent directory. Try typing: cd .. in any directory other than the root and you will be taken up one level. -- Good Luck, Keith Microsoft MVP [Windows Shell/User] "ND Dad" wrote in message ... Is there any software that will make a complete directory of a hard drive including File memory size for all files including system and hidden files? or The Command Prompt DIR string that will yeald all files, hidden and system, including those that may not be fully Vista compatabile? I have tried DIR /a/s but still get DIR . or DIR .. for example and connot peal that onion back any more. -- ND Dad |
|
|||
|
Keith & R.C. thanks. Some good ideas to try.
-- ND Dad "Keith Miller (MVP)" wrote: You will always see DIR. & DIR.. in any directory listing. DIR . is the directory you are currently in. DIR .. is the parent directory. Try typing: cd .. in any directory other than the root and you will be taken up one level. -- Good Luck, Keith Microsoft MVP [Windows Shell/User] "ND Dad" wrote in message ... Is there any software that will make a complete directory of a hard drive including File memory size for all files including system and hidden files? or The Command Prompt DIR string that will yeald all files, hidden and system, including those that may not be fully Vista compatabile? I have tried DIR /a/s but still get DIR . or DIR .. for example and connot peal that onion back any more. -- ND Dad |