A Windows Vista forum. Vista Banter

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.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Windows Vista File Management
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Windows Vista File Management Issues or questions in relation to Vista's file management. (microsoft.public.windows.vista.file_management)

Showing Hidden Files folder by folder



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old January 8th 08, 12:50 PM posted to microsoft.public.windows.vista.file_management
Bertrum
external usenet poster
 
Posts: 5
Default Showing Hidden Files folder by folder

Is there any way that I can make hidden files visible in only in certain
folders or on particular drives. I have some folders that contain software
under development. In these it would be useful to be able to see hidden
files, but I don't want all my other folders to show them. A per folder
setting for this would be useful, or at least a quick shortcut to toggle the
view.
  #2 (permalink)  
Old January 11th 08, 04:34 AM posted to microsoft.public.windows.vista.file_management
Brian Bradley[_2_]
external usenet poster
 
Posts: 43
Default Showing Hidden Files folder by folder


"Bertrum" wrote in message
news
Is there any way that I can make hidden files visible in only in certain
folders or on particular drives. I have some folders that contain
software
under development. In these it would be useful to be able to see hidden
files, but I don't want all my other folders to show them. A per folder
setting for this would be useful, or at least a quick shortcut to toggle
the
view.


Hiding -- or showing hidden -- files and folders can be done on a
folder-by-folder basis.

To show hidden files and folders, go to the folder that contains the file or
folder you want to hide or show, then choose Tools, Folder Options, View,
"Show hidden files and folders."

Press ALT to display the Folder Menu if Tools is not displayed.

Does this help?

  #3 (permalink)  
Old January 11th 08, 04:10 PM posted to microsoft.public.windows.vista.file_management
Bertrum
external usenet poster
 
Posts: 5
Default Showing Hidden Files folder by folder

Thanks Brian, unfortunately that toggles the view on and off for all folders.
I was looking for a way to do it just for each specific folder. For
example, C:\Folder_1 should hide hidden files, while C:\Folder_1\Folder_2
should show hidden files. If I use the toggle in folder options, then it
applies to both folders regardless of which folder I am in when I make the
change.

"Brian Bradley" wrote:


"Bertrum" wrote in message
news
Is there any way that I can make hidden files visible in only in certain
folders or on particular drives. I have some folders that contain
software
under development. In these it would be useful to be able to see hidden
files, but I don't want all my other folders to show them. A per folder
setting for this would be useful, or at least a quick shortcut to toggle
the
view.


Hiding -- or showing hidden -- files and folders can be done on a
folder-by-folder basis.

To show hidden files and folders, go to the folder that contains the file or
folder you want to hide or show, then choose Tools, Folder Options, View,
"Show hidden files and folders."

Press ALT to display the Folder Menu if Tools is not displayed.

Does this help?

  #4 (permalink)  
Old January 16th 08, 01:54 AM posted to microsoft.public.windows.vista.file_management
R. C. White
external usenet poster
 
Posts: 1,868
Default Showing Hidden Files folder by folder

Hi, Bertrum.

I'm not sure that I fully understand your question, but maybe...

Open a Command Prompt window and use the Attrib command to toggle the Hidden
attribute for the files you select. For example:
C:\Attrib C:\Folder_1\*.* +h
C:\Attrib C:\Folder_1\Folder_2\*.* -h

As usual in the Command Prompt window, just type Attrib /? for a mini-help
file showing all the parameters and switches available for the Attrib
command. You might want to right-click on Command Prompt in All Programs |
Accessories and click Run as Administrator to get the Administrator:Command
Prompt window. In this window, all commands run elevated, so you don't need
to continually furnish Administrator credentials.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP
(Running Windows Live Mail 2008 in Vista Ultimate x64)

"Bertrum" wrote in message
...
Thanks Brian, unfortunately that toggles the view on and off for all
folders.
I was looking for a way to do it just for each specific folder. For
example, C:\Folder_1 should hide hidden files, while C:\Folder_1\Folder_2
should show hidden files. If I use the toggle in folder options, then it
applies to both folders regardless of which folder I am in when I make the
change.

"Brian Bradley" wrote:


"Bertrum" wrote in message
news
Is there any way that I can make hidden files visible in only in
certain
folders or on particular drives. I have some folders that contain
software
under development. In these it would be useful to be able to see
hidden
files, but I don't want all my other folders to show them. A per
folder
setting for this would be useful, or at least a quick shortcut to
toggle
the
view.


Hiding -- or showing hidden -- files and folders can be done on a
folder-by-folder basis.

To show hidden files and folders, go to the folder that contains the file
or
folder you want to hide or show, then choose Tools, Folder Options, View,
"Show hidden files and folders."

Press ALT to display the Folder Menu if Tools is not displayed.

Does this help?


  #5 (permalink)  
Old January 16th 08, 08:05 AM posted to microsoft.public.windows.vista.file_management
Bertrum
external usenet poster
 
Posts: 5
Default Showing Hidden Files folder by folder

Hey RC,

Thanks for the info, it helpful for other things I need to do, but does not
address the issue I have directly I'm afraid.

Let me try to elaborate. What I desire is to have the 'show hidden files'
feature turned on in some of my folders while it is still turned off in
others. At the moment, if I have two folders that both contain a mixture of
hidden and non hidden files, I can turn on the 'show hidden files' feature
and see the hidden files in both my folders. What I want to do though is
show all the files (hidden and non-hidden) in one folder, while at the same
time showing only non-hidden files in another folder.

Put another way, I want the 'show hidden files' parameter to attach itself
to a particular folder, not to the entire file system.

I'm beginning to think it simply cannot be done, But thanks to all who have
read this and tried to think of ways.

"R. C. White" wrote:

Hi, Bertrum.

I'm not sure that I fully understand your question, but maybe...

Open a Command Prompt window and use the Attrib command to toggle the Hidden
attribute for the files you select. For example:
C:\Attrib C:\Folder_1\*.* +h
C:\Attrib C:\Folder_1\Folder_2\*.* -h

As usual in the Command Prompt window, just type Attrib /? for a mini-help
file showing all the parameters and switches available for the Attrib
command. You might want to right-click on Command Prompt in All Programs |
Accessories and click Run as Administrator to get the Administrator:Command
Prompt window. In this window, all commands run elevated, so you don't need
to continually furnish Administrator credentials.

RC
--
R. C. White, CPA
San Marcos, TX

Microsoft Windows MVP
(Running Windows Live Mail 2008 in Vista Ultimate x64)

"Bertrum" wrote in message
...
Thanks Brian, unfortunately that toggles the view on and off for all
folders.
I was looking for a way to do it just for each specific folder. For
example, C:\Folder_1 should hide hidden files, while C:\Folder_1\Folder_2
should show hidden files. If I use the toggle in folder options, then it
applies to both folders regardless of which folder I am in when I make the
change.

"Brian Bradley" wrote:


"Bertrum" wrote in message
news Is there any way that I can make hidden files visible in only in
certain
folders or on particular drives. I have some folders that contain
software
under development. In these it would be useful to be able to see
hidden
files, but I don't want all my other folders to show them. A per
folder
setting for this would be useful, or at least a quick shortcut to
toggle
the
view.

Hiding -- or showing hidden -- files and folders can be done on a
folder-by-folder basis.

To show hidden files and folders, go to the folder that contains the file
or
folder you want to hide or show, then choose Tools, Folder Options, View,
"Show hidden files and folders."

Press ALT to display the Folder Menu if Tools is not displayed.

Does this help?


 




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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:13 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.