I'm not sure if this is possible (hence the post here)
I have an application that adds directories under the c:\temp and sets
strange (read only) permissions to these folders and the files within
them, I want to be able to delete all the files within c:\temp with
one easy batch fileEasiest way I have found is to delete the temp directory and recreate
it, problem is if the user only has read access he can't delete
it, is there any way of getting the permissions in the temp folder
(everyone full control) to get replicated to all its sub
folders as a standard user, from within the batch file.
Currently the only way I can delete this files is to login as admin,
take ownership of all the files then change the permissions on them,
then delete them. There must be an easier way of achieving this
outcome?
Pete
i posted this on another newgroup before i found kixtart, using kixtart is this possible? i didn't get a response from the other newsgroup 