home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / telix / ezdial10.arc / NEWCITY.SLT < prev    next >
Text File  |  1988-07-05  |  189b  |  13 lines

  1. //
  2. // Disconnect from City and return to City Menu
  3. //
  4. str at_str[] = "@^M";
  5. str disc[] = "D^M";
  6.  
  7. main()
  8. {
  9.  cputs(at_str);
  10.  cputs(disc);
  11.  prints("Press F9 for the city menu");
  12. }
  13.