Assalamualaikum, sob ada yang suka gamming pasti ada kan hingga bisa lupa waktu nggak makan nggak apa hingga dimarahin ORTU Kalo Ada Yang Pengen Bikin Timer Silahkan Gampang kok cara nya tinggal copas aja kok berikut cara nya:
1. buka notepad
2. (copas code berikut ) nanti setelah jadi passwordnya "gotimer" (tanpa tanda petik)
@echo off
:Menu
cls
color 0a
:Menu
cls
color 0a
echo Welcome to Billing computer....!
echo http://www.thepowerofhilmy.co.cc/echo Pilihan Timer:
echo A) 15 minutes
echo B) 30 minutes
echo C) 45 minutes
echo D) 60 minutes
echo E) 120 minutes
echo F) 999 minutes
echo X) END
set /p "jawab=Jawab:"
if %jawab% == a goto A
if %jawab% == b goto B
if %jawab% == c goto C
if %jawab% == d goto D
if %jawab% == e goto E
if %jawab% == f goto F
if %jawab% == x goto end
:A
Shutdown.exe -s -f -t 900 -c "This computer will shutdown On 15 minutes. user cant Stop Shutdown!"
end
:B
Shutdown.exe -s -f -t 1800 -c "This computer will shutdown On 30 minutes. user cant Stop Shutdown!"
end
:C
Shutdown.exe -s -f -t 2700 -c "This computer will shutdown On 45 minutes. user cant Stop Shutdown!"
end
:D
Shutdown.exe -s -f -t 3600 -c "This computer will shutdown On 60 minutes. user cant Stop Shutdown!"
end
:E
Shutdown.exe -s -f -t 7200 -c "This computer will shutdown On 120 minutes. user cant Stop Shutdown!"
end
:F
set /p "pw=Password:"
if %pw% == unlimited shutdown -s -f -t 59940 -c "This computer will shutdown On 999 minutes. user cant stop shutdown!"
end
:end
end
3.NB!!: Script Merah jangan diganti!!!!
script hijau menunjukan Komentar/pesan, boleh diganti, sedangkan biru
adalah waktu sebelum komputer mati, waktu tersebut adalah detik, jadi
bila anda inginwaktu satu menit/1 menit maka ganti dengan 60. Save
dengan All files, namenya Billing computer.bat semoga bermanfaat.....
0 Comments:
Post a Comment