WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Time - Timer and Date Functions
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

Taskbar Timer

Keywords: 	 Taskbar Timer 

Question:

Is it possible to create a "timer" script that will run in the taskbar where the countdown itself will appear in the taskbar, thereby saving desktop space? Thanks.

Answer:

countdowntime=10

For xx=countdowntime to 1 by -1
BoxTitle("%xx% secs to go")
TimeDelay(1)
next
Message("All","Doned")

Article ID:   W14410
Filename:   Taskbar Timer.txt
File Created: 1999:12:20:16:23:52
Last Updated: 1999:12:20:16:23:52