Simply copy this into your own document and save it, but note the file forces the computer to shutdown after running (you can change this if you want)
'
title The matrix console
color a
echo off
cls
echo Welcome to the matrix
pause
echo Initializing agents
echo .
echo .
echo .
echo completed
pause
echo retrieving mission statistics
echo .
echo .
echo .
echo completed
pause
echo activating tracking chips
echo .
echo .
echo .
echo completed
echo The current GMT time is
time /t
pause
cls
echo A super virus has been found on the system
echo .
echo Fighting super virus
echo .
echo Super virus defeated
pause
cls
echo The computer will now restart for safety measures
pause
shutdown -r -c "Restarting for safety measures" -t 60
'
No comments:
Post a Comment