Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Changing Attributes
Name: Cuppasplosh Date: February 4, 2001 at 05:49:56 Pacific
Comment:
Does anyone know a program which will change the attributes of files in a folder,i to remove the read-only properties. thanks
Name: moh Date: February 4, 2001 at 06:15:26 Pacific
Reply:
From the Start|Run box. Here's an example to change the Read Only attributes of files in, say, the "Download" folder to remove the Read only attributes:
attrib -r C:\Download\*.*
Using this "+r" value would add the read only attribute to all files in that folder.
To make a file hidden you would include the switch "+h" (no quotes). To make files in a given folder read only and hidden you would enter in the Run box:
attrib +r +h C:\folder\*.*
0
Response Number 2
Name: vishal Date: February 4, 2001 at 06:16:26 Pacific
Reply:
Hi Cuppa.., It is simple.Use attrib.exe program that comes with dos or present in \windows\command\ folder. Bye.
0
Response Number 3
Name: Cuppasplosh Date: February 4, 2001 at 06:43:01 Pacific
Reply:
I tried this from the run box; attrib -r C:\Program Files\Napster\Incomplete\*.*
A Dos box opened up which read 'parse error 8'
The file was still read only
0
Response Number 4
Name: AA Date: February 4, 2001 at 11:05:21 Pacific
Reply:
Try the same syntax, but with "8.3" DOS path/file names (Progra~1, etc.)like this in your case: attrib +r C:\Progra~1\Napster\Incomp~1\*.* It should work, assuming your Program Files folder IS progra~1.
0
Response Number 5
Name: sunday Date: February 4, 2001 at 11:17:11 Pacific
Reply:
Of course, you MIGHT just try it all in Explorer, highlight the file(s), and right-click, the select "Properties", check or un-check the attributes. Then again, you might also explain why you want to change the read-only attribute for a file that is in "Incomplete" - that might fetch more forum tips (work-arounds).
0
Response Number 6
Name: Cuppasplosh Date: February 4, 2001 at 12:09:49 Pacific
Reply:
I was using the "incomplete" Napster file to test the solution posted by moh.
I realise that the properties can be changed one by one. I wanted to know whether a lot of files can be changed together.
0
Response Number 7
Name: tsuji Date: February 4, 2001 at 18:18:29 Pacific
Reply:
You have parse error because a space in the directory is not acceptable for DOS. To do it properly, run
Summary: I have a tdk with directcd and i have the same problem i just slect all the files after i copy them to my hd and right click on the nerest one and change attributes since there all selected it changes...
Summary: This is a really easy fix- use 'Find files' to look up a file called "ratings.pol", change attributes from read-only/hidden, rename it "ratings.old", and your back in business! (U can chnge the attrib...
Summary: COOKIE TRICK Find your cookies, open in editor, delete contents of cookie, not the cookie itself. Change attribute to read only. save It is there, so web sites see it, however it can not be used or wr...