28 July, 2009

Cool way to run interactive CMD with SYSTEM Account

Just save it as a CMD file, run it and wait a minute… (dont run it in the 59 minute of the hour)

===========================================
Set sMinutes=%time:~3,2%
set/a sMinutes=%sMinutes%+1

if %sMinutes% LSS 10 (set sMinutes=0%sMinutes%)

echo %time:~0,2%:%sMinutes%
at %time:~0,2%:%sMinutes% /inter cmd.exe
===========================================

No comments:

Post a Comment