home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
telix
/
ezdial10.arc
/
BYE.SLT
< prev
next >
Wrap
Text File
|
1988-07-05
|
161b
|
13 lines
//
//
str bye[] = "hangup^M";
main()
{
cputs("^M");
clear_scr();
prints("Hanging up at this time!!! Press ALT-X to exit Telix");
cputs(bye);
}