Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- setlocal
- mode 50,3
- set "Music=C:\Users\argui\Music\wecker.mp3"
- :Intime
- title Its currently%time:,=&rem %
- set /p "AlarmTime=Enter the Time(hh:mm): " ||goto Intime
- :Test
- title Its currently %time:,=&rem %
- call %%time:%Alarmtime%=rem%% 2>nul ||(2>nul >nul (timeout /t 4 ||ping localhost -n 4) &goto :Test)
- echo LESGOOOOOOO
- start "Wecker" "%Music%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement