Set File Properties

Maybe theres a command line way of doing this, but I’d like to be able to set the read only file properties within vvvv, so it can act as another safe guard for patches getting broken, and also for configuration files that I use to store settings, id like to set them and know they cant be messed with until I unlock them within an interface.
Maybe I’ll go search microsoft unless anyone knows off the top of there heads?

Cat

the dos commandline for this is ATTRIB. type
attrib /?
in a dos box for details.

Cheers Joreg I’ll check that out!

Cat