Last logon
Posted: 25 Apr 2010 07:18
ok this is my code so far
@echo off
echo enter user:
set /p user=
net user %user%
pause
now i need to copy the line that says last logon. this line comes up when you do the net user command.
i used to know how to do this but ive forgot. i think it invloved using the copy command of some sort.
copy.....net user. i really dont know please help thanks.
@echo off
echo enter user:
set /p user=
net user %user%
pause
now i need to copy the line that says last logon. this line comes up when you do the net user command.
i used to know how to do this but ive forgot. i think it invloved using the copy command of some sort.
copy.....net user. i really dont know please help thanks.