Change Read/Write permissions from command line or VB script without cacls
- by Sam I am
I need a way to automatically change the read/write permissions on a folder, on an Windows XP Embedded machine.
The XPE image I'm using doesn't have all of the standard Windows tools, and apparently cacls is one of those tools that it doesn't have.
If I simply type cacls into my command window, it tells me
'cacls' is not recognized as an internal or external command, operable program or batch file.
Is there a way for me to change file/folder permissions in Windows XPE without the CACLS command, or is there a way I can download a version of cacls.exe that will run on the XPE machine?