I have not found anything for Ubuntu that suits my needs.
I need a simple timer that can show a user defined message.
I have wine installed, so many Windows programs will work.
Thanks,
Andy
"AK" <scientist77017@gmail.com> wrote
|I have not found anything for Ubuntu that suits my needs.
|
| I need a simple timer that can show a user defined message.
|
| I have wine installed, so many Windows programs will work.
|
If it were me I'd use a VBScript. I don't know
if that's orth your trouble. You might have to install
Windows Script Host. (scrrun.dll, etc) Last time I
tried Wine it was a mess, divided into 32 and 64 bit
and difficult to use actual Windows libraries. So I
don't have easy instructions.
It's a very simple script:
For i = 1 to 5
WScript.Sleep 1000
Next
Msgbox "This is the message."
Sleep pauses for a given number of ms. This script
waits 5 seconds.
"Paul" <nospam@needed.invalid> wrote
| > Sleep pauses for a given number of ms. This script
| > waits 5 seconds.
|
| WinXP had "at". The temporal aspect can be handled by the scheduler.
|
| at 23:41 some.bat
|
| Linux happens to have a look-alike "at"
Isn't that different? An alarm clock is not the same
as a timer. But it wasn't clear what the OP needs.
The only time I ever use such things is to test code
speed. The last time I used an alarm clock was for
jury duty... maybe 15 years ago. :)
If it were me I'd use a VBScript. I don't know
if that's orth your trouble. You might have to install
Windows Script Host. (scrrun.dll, etc) Last time I
tried Wine it was a mess, divided into 32 and 64 bit
and difficult to use actual Windows libraries. So I
don't have easy instructions.
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 481 |
Nodes: | 16 (2 / 14) |
Uptime: | 10:46:28 |
Calls: | 9,538 |
Calls today: | 6 |
Files: | 13,653 |
Messages: | 6,139,229 |
Posted today: | 1 |