Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. WScript.Sleep 1200000
  2. WScript.Echo "That was hard"
  3.  
  4. Scheduled Task Wizard -> Run at system startup
  5.  
  6. Sleep, 1200000
  7. MsgBox Here is a reminder
  8.  
  9. @echo off
  10. echo Reminder message here.
  11. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement