home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / TLXTW110.ZIP / EXITTELX.SLT < prev    next >
Text File  |  1993-08-22  |  123b  |  9 lines

  1. // exittelx.slt
  2. // exits telix FAST!
  3. main()
  4. {
  5.  if (capture_stat() > 0)
  6.      capture("*close*");
  7.  exittelix(0,0);
  8. }
  9.