All Questions
2 questions
0
votes
2
answers
238
views
auto set permission on any file copied into folder
I have a batch file that copies folder from a temp directory to a public internet directory. The problem is, once the file is copied, the IUSR account doesn't have read privileges to the file and I ...
0
votes
1
answer
559
views
Making sure a batch is run with admin privileges
We use batch files to do simple installations of COM servers - mainly a few file copies and regsvr32s. Since regsvr32 writes to the registry's local machine hive, the batch must be run with ...