79601396

Date: 2025-05-01 05:02:27
Score: 3.5
Natty:
Report link

This is how the new batch file should work

@echo off

for /F %%A in (usernames.txt) do net user %%A /add password123!@#

echo done

pause

goto start

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @echo
  • Low reputation (1):
Posted by: Kamal Bernard