Subject: Chat with Andrew Stein
From: Andrew Stein <steinlink@gmail.com>
To: barriticus@gmail.com

me: yo
me: so let's say I need to remove "read only" attribute from my Morrowind folder
me: and doing it through preferences isn't working
me: so I'm using command prompt
me: via attrib command
Andrew: why isnt is working?
me: I don't know, but apparently it's a common problem
me: because I've had it before and
Andrew: reference please
me: http://support.microsoft.com/kb/326549
me: attrib -r +s c:\test
me: is supposed to be format
me: my bethesda softworks folder is in Program Files (x86)
me: I'm just not sure exactly what to enter for path
me: it worked on a test folder right there in c
Andrew: move to the program files directory
me: okay
Andrew: attrib -r +s test
Andrew: tab auto completes btw
Andrew: including paths
me: why's it adding "this?
me: "this"
me: when I hit tab
me: damnit
me: "access denied"
Andrew: sounds like its not read only
Andrew: sounds like your not permissioned for it
Andrew: did you install it as administrator account?
me: I would think so
Andrew: so you have to login as administrator to delete it
Andrew: or sudo, which I dont know how to do in windows
me: I mean I logged in as I usually do
Andrew: so thats a no