REM Change (Administrator, greg, allie) to match the user accounts on your server. REM This will run Find_SSNs on each user's documents and place a HTML formatted report on their desktop. FOR %%i in (Administrator, greg, allie) DO (Find_SSNs.exe -p "C:\docume~1\%%i" -o "C:\docume~1\%%i\desktop -t html -a")