Hi,
If your user folders are the same spelling as the usernames you can use this batch file (drop it into the same folder where all the user folders are eg e:\users\students or e:\users\students\intake-year)
This will give the user '07testuser' full access, sub-folders/files too, to folder '07testuser'.Code:@echo off for /f "delims=" %%a in ('dir *.* /b /a:d') do ( cacls %%a /E /T /G %%a:F )
There are currently 1 users browsing this thread. (0 members and 1 guests)