Link to home
Start Free TrialLog in
Avatar of AL041000
AL041000

asked on

Properties Changer Program?

Is there a program to change the propeties of a folder, its Sub-folders, and all its files associated to it. If so, a link to it would be appreciated.... Thanks  AL
Avatar of rayt333
rayt333

You can open Windows Explorer and rightclick on the file and click properties and from there change the attrubutes of it.

Or is there something else you are looking for?
Avatar of AL041000

ASKER

That changes the folder, but then the files say that they aren't changed! I would like a program that would change everything inside that folder also!
That changes the folder, but then the files say that they aren't changed! I would like a program that would change everything inside that folder also!
How about the "ATTRIB" command from DOS?  I don't know if this only changes an individual file or if it will change everything in a folder.
Actually the files in most programs have different attributes themselves, meaning not all files in a given folder are the same, some may be read only and others may be archive, some hidden, ect.

Maybe if you could explain what you are trying to do we can come up with a better fix.
Avatar of LeeTutor
You can also try a free utility called Properties Plus at this url:  http://www.ne.jp/asahi/cool/kish/

PropertiesPIus is a free add-on for your Windows Explorer. It adds additional functionality to your right-click menu under the menu option PropertiesPlus. Here you'll be able to modify file attributes, file extensions, and the time stamps of single files, multiple files, or files contained within the folders. Display the bytes allocated. This program is simple to install and easy to use. lf you frequently require more control over your files than that allowed by the base Windows application, PropertiesPIus will allow you considerable flexibility.
rayt333.......trying to change the attributes on a folder and do the same to all its inner folders and files at the same time. Pretty hard to do with 1200 files and sub-folders in a single folder!

LeeTutor......Have that program, but it won't change the subfolders!

AL
Al,

Maybe this is what you are looking for.  It has been tested and does work:

@ECHO OFF
CLS
ECHO           Clear COOKIES for DEFAULT user (no password)
ECHO .

IF EXIST C:\WINDOWS\PROFILES\DEFAULT\COOKIES\*.* ATTRIB -R -A -S -H C:\WINDOWS\PROFILES\DEFAULT\COOKIES\*.* /S
IF EXIST C:\WINDOWS\PROFILES\DEFAULT\COOKIES\*.* DELTREE C:\WINDOWS\PROFILES\DEFAULT\COOKIES

ECHO .
ECHO           Clear HISTORY for DEFAULT user (no password)
ECHO .

IF EXIST C:\WINDOWS\PROFILES\DEFAULT\HISTORY\*.* ATTRIB -R -A -S -H C:\WINDOWS\PROFILES\DEFAULT\HISTORY\*.* /S
IF EXIST C:\WINDOWS\PROFILES\DEFAULT\HISTORY\*.* DELTREE C:\WINDOWS\PROFILES\DEFAULT\HISTORY

Hope this helps,

John
ASKER CERTIFIED SOLUTION
Avatar of LeeTutor
LeeTutor
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
rayt333 has got the easist solution:

Microsoft Windows 2000 [Version 5.00.2195]
(C) Copyright 1985-2000 Microsoft Corp.

D:\WINNT>ATTRIB/?
Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [[drive:] [path] filename]
       [/S [/D]]

  +   Sets an attribute.
  -   Clears an attribute.
  R   Read-only file attribute.
  A   Archive file attribute.
  S   System file attribute.
  H   Hidden file attribute.
  /S  Processes matching files in the current folder
      and all subfolders.
  /D  Processes folders as well.

Regards, Bud
http://www.wintrouble.net
If you want more DOS HELP at your fingertips on the DESKTOP, download DOSHELP.

See my EE Profile for details.

John
Will try the attribute changer, not so good in DOS,wish to steer clear of creating any commands in DOS due to the extent of the affects! Will return soon!   AL
Works perfectly, and free great combination! Knew somebody, knew where to find the program I needed; Thanks  AL
Because EE is in a state of flux, for security reasons I have deleted my profile
and all associated downlinks.