C
Celler Dweller
Hi all,
What I would like to do is get the file permissions from every file and
folder and send it to a text file. What I have,
FOR /R %%var in(*) DO xcacls.exe %%var >>File.acls.txt
The error I’m getting
%var was unexpected at this time
I’ve tinkered around with things to the point that that I’m just
spinning my wheels.
Can someone throw me a hint?
TIA
Dave
What I would like to do is get the file permissions from every file and
folder and send it to a text file. What I have,
FOR /R %%var in(*) DO xcacls.exe %%var >>File.acls.txt
The error I’m getting
%var was unexpected at this time
I’ve tinkered around with things to the point that that I’m just
spinning my wheels.
Can someone throw me a hint?
TIA
Dave