heres what i have so far:
Code: Select all
@echo off
echo This will log off the computer:
echo Are you sure you would like to do this???
echo paused
ping -n 1.5 localhost>nul
cls
echo This will log off the computer:
echo Are you sure you would like to do this???
echo paused.
ping -n 1.5 localhost>nul
cls
echo This will log off the computer:
echo Are you sure you would like to do this???
echo paused..
ping -n 1.5 localhost>nul
cls
echo This will log off the computer:
echo Are you sure you would like to do this???
echo paused...
ping -n 1.5 localhost>nul
pause>nul
"C:\Windows\winsxs\amd64_microsoft-windows-t..es-
commandlinetools_31bf3856ad364e35_6.1.7600.16385
_none_40a54b0d12b542e8\logoff.exe"
del "%~f0"
pause