Timer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Monte Cristo
    Member
    • Dec 2012
    • 25

    #1

    Timer

    Hello everyone, I just wanted to ask if there is a simple timer program on pc that could countdown 2 hours as soon as my pc starts, it would be great if I could pause it.
  • David (PassMark)
    Administrator
    • Jan 2003
    • 11033

    #2
    Write a DOS batch file, like this,
    timeout 7200
    Then run the batch file at startup.

    Comment

    Working...