Just a quick thought, is it possible to change the properties of a file, eg change it to read only??? And if it is posible how would i go about doing it???
Thanx
Cease
Printable View
Just a quick thought, is it possible to change the properties of a file, eg change it to read only??? And if it is posible how would i go about doing it???
Thanx
Cease
This will make the file read-only:
Code:SetAttr "c:\command.com", vbReadOnly