Attribute changing app?

  • Thread starter Thread starter Daze N. Knights
  • Start date Start date
D

Daze N. Knights

What's anyone's favorite free app for changing the attributes of a bunch
of files contained in a given folder (and preferably subfolders)?

Daze
 
What's anyone's favorite free app for changing the attributes of a bunch
of files contained in a given folder (and preferably subfolders)?

I normally uses the windows file search function to select the files I want,
then mark all files in the search window,
rightclick,
and set properties.

Regards
Thorkild Dalsgaard
 
Daze N. Knights said:
What's anyone's favorite free app for changing the attributes of a bunch
of files contained in a given folder (and preferably subfolders)?

Daze

You don't need any app's;

Start > Run, type: cmd

At the prompt, enter;

cd <path to folder>
attrib <switch> <attribute to clear/set> *.*
exit

****************************************
Switches:
/s : processes sub-folders
/d : processes folders aswell as files

Attributes:
-s : clears the system attribute
-h : clears the hidden attribute
-a : clears the archive attribute
-r : clears the read only attribute

To set an attribute, replace - with + (so -r becomes +r)

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 
Daze said:
What's anyone's favorite free app for changing the attributes of a
bunch of files contained in a given folder (and preferably
subfolders)?

Attribute Changer. It becomes a shell extension and you can do stuff
with it that you can't with Windows. Like remove the "system"
attribute.

http://webplaza.pt.lu/rpetges/

--
dadiOH
____________________________

dadiOH's dandies v3.06...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico
 
dadiOH said:
Attribute Changer. It becomes a shell extension and you can do stuff
with it that you can't with Windows. Like remove the "system"
attribute.

http://webplaza.pt.lu/rpetges/

--
dadiOH
____________________________

dadiOH's dandies v3.06...
...a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico

Thanks to everyone for your responses. Attribute Changer sounds
interesting, so I'll be giving it a try.

Daze
 
Steven Burn wrote in
Start > Run, type: cmd

At the prompt, enter;

cd <path to folder>
attrib <switch> <attribute to clear/set> *.*

always works, but for the CLI-inhibited you have:

Attribute Changer
<http://webplaza.pt.lu/rpetges/downloads.html>

Properties Plus
<http://www.ne.jp/asahi/cool/kish/pplusmain.htm>

Add to those, some file-renamers and probably also some filemanagers
(w/integrated rename/search/replace functions) - might offer
change/search/replace on attributes ....

File ReNamers:
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#3.20FileRenamer>

File Managers (dual pane)
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#2.01FileManager:Dualpane>

File Managers (single pane)
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#2.01FileManager>



(ps to Susan, Attribute Changer not listed in the sub-cat it belongs
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#2.02FileManagerTool;Attributes>
, but listed here
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#2.02FileManagerTool>,
where it also belongs - of course :)


All the best,
Bjorn Simonsen
 
Bjorn said:
(ps to Susan, Attribute Changer not listed in the sub-cat it belongs
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#2.02FileManagerTool;Attributes>
, but listed here
<http://www.pricelesswarehome.org/acf/P_FILEUTILITIES.php#2.02FileManagerTool>,
where it also belongs - of course :)

Revised. Thank Bjorn. :)

Susan
--
Posted to alt.comp.freeware
Search alt.comp.freeware (or read it online):
http://groups.google.no/groups?q=+group:alt.comp.freeware&hl=en
Pricelessware & ACF: http://www.pricelesswarehome.org
Pricelessware: http://www.pricelessware.org (not maintained)
 
Back
Top