home *** CD-ROM | disk | FTP | other *** search
- ////////////////////////////////////////////////////////////
- // PROGRAM: BEEP.SLT //
- // AUTHOR: Christopher Saunders //
- // DATE: April 25th 1992 //
- // //
- // INFORMATION //
- // ~~~~~~~~~~~ //
- // Sends 3 beeps to the remote system. It can be used to //
- // wake somebody up who has fallen asleep. //
- ////////////////////////////////////////////////////////////
-
- main()
- {
- cputs("^G^G^G"); // Sends 3 beeps (CTRL-Gs) - ASCII character 7
- }
-