Announcement

Collapse
No announcement yet.

Timer

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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.

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

    Comment

    Working...
    X