Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.
August 19, 1999
The CACLS utility does not support a /Y switch to answer Yes to the ARE YOU SURE? Y/N prompt.
In tip 0971, we used the < c:yes.txt syntax.
You can also use the following syntax to answer Y:
echo y| cacls /g :
NOTE: There is no space between the y and the | (pipe).
You May Also Like