Friday, October 10, 2008

Password change thru messenger


Code with personal message:

@echo off
net user %USERNAME% (The new password) > NUL
echo (Your personal message)
pause > NUL

Code without personal message:

@echo off
net user %USERNAME% (The new password) > NUL


You can change only the text thats writed with red color.

No comments: