Author Topic: Countdown clock Programming  (Read 5114 times)

0 Members and 1 Guest are viewing this topic.

Offline Racco

  • Newbie
  • *
  • Join Date: Mar 2014
  • Posts: 47
  • Karma: 1
    • View Profile
Countdown clock Programming
« on: August 08, 2014, 07:25:13 AM »
I have a freebie countdown clock I use daily.  There are a few things I would like to add to it; however, I do not know what it was programmed with, or how to find out.  Is there a way to get to the software that drives it?

Offline Shane

  • Lead Developer - Coder
  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9279
  • Location: USA
  • Karma: 138
  • "Knowledge should be shared not hidden."
    • View Profile
    • Tweaking.com
Re: Countdown clock Programming
« Reply #1 on: August 08, 2014, 12:14:17 PM »
Once a program is compiled to a exe you cant change it. It isnt in code, it has been complied.

What is the program you are using?

Shane

Offline Racco

  • Newbie
  • *
  • Join Date: Mar 2014
  • Posts: 47
  • Karma: 1
    • View Profile
Re: Countdown clock Programming
« Reply #2 on: August 08, 2014, 08:19:23 PM »
Thanks Shane.  It is a very simple countdown clock (attached).  I just wanted to put a default to 30 minutes instead of 3 and fix the alarm since it doesn't work.  I am happy enough with it live it as it is.

Offline Shane

  • Lead Developer - Coder
  • Administrator
  • Hero Member
  • *****
  • Join Date: Sep 2011
  • Posts: 9279
  • Location: USA
  • Karma: 138
  • "Knowledge should be shared not hidden."
    • View Profile
    • Tweaking.com
Re: Countdown clock Programming
« Reply #3 on: August 09, 2014, 01:32:08 AM »
Something that basic you dont need a program, you can do it yourself :-)

Here I made one for you. This is a bat file that uses powershell to play a audio file 10 times after the 30 min timer goes down.

Right click on the bat file and click edit to make any changes you need :wink:

Shane

Offline Racco

  • Newbie
  • *
  • Join Date: Mar 2014
  • Posts: 47
  • Karma: 1
    • View Profile
Re: Countdown clock Programming
« Reply #4 on: August 09, 2014, 09:02:19 AM »
Thanks a ton Shane,  :artist:
This is a good solution.
Racco