home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
telix
/
ezdial10.arc
/
NEWCITY.SLT
< prev
next >
Wrap
Text File
|
1988-07-05
|
189b
|
13 lines
//
// Disconnect from City and return to City Menu
//
str at_str[] = "@^M";
str disc[] = "D^M";
main()
{
cputs(at_str);
cputs(disc);
prints("Press F9 for the city menu");
}