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