Re: Getting a program to inform you when it's done
- From: "Random Programmer" <nonexistent2032@xxxxxxxxxxx>
- Date: 30 Aug 2005 10:13:07 -0700
Oh, btw, I figured out how to do local Windows beeping (not that it
helps me much as my solver needs to run in Linux...)
Thought I'd post it here anyway.
program beep
INTEGER(4) frequency, duration
frequency = 1000
duration = 1000
CALL BEEPQQ(frequency, duration)
end program beep
.
- References:
- Getting a program to inform you when it's done
- From: Random Programmer
- Getting a program to inform you when it's done
- Prev by Date: Getting a program to inform you when it's done
- Next by Date: Re: [CHALLENGE] finding rightmost zero bit
- Previous by thread: Getting a program to inform you when it's done
- Next by thread: Re: Getting a program to inform you when it's done
- Index(es):