On 6/8/2009 1:20 PM, Ben Tucker wrote:
> Okay, sorry for so many questions today, but I have one more...
> So, I'm using Perforce (Valve recommends it for source control) and I'm 
> trying to remove a workspace. But when I tried the way that the Perforce 
> guide said to do it, the files on my computer were still read-only. How can I 
> make them just normal files and have no connection to Perforce?

If you want to remove (delete) the files use "Remove from Client" (in 
P4Win).

If you just want to set the files to not read-only, open a Command 
Prompt window, change to the folder with all your files and run...

attrib -r *.* /S

...and that will turn off read-only on all files in the current folder 
and in all subfolders.

-- 
Jeffrey "botman" Broome

_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to