@echo off
for /f "tokens=2 delims=*" %a in ('net user %username%^|find "local"') do @echo %~a
How to use this command to prompt an error.
[ Last edited by yuipr on 2007-2-9 at 03:21 PM ]
for /f "tokens=2 delims=*" %a in ('net user %username%^|find "local"') do @echo %~a
How to use this command to prompt an error.
[ Last edited by yuipr on 2007-2-9 at 03:21 PM ]

