Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>exittelix</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  EXITTELIX

  .  Summary

  exittelix(int <returncode>, int <hangup>);

  .  Description

  The exittelix function closes any currently open log file, and exits
  Telix to DOS, as if the user had pressed Alt-X while in terminal
  mode. The <returncode> argument is the value that should be returned
  to DOS. This value can be read by whatever called Telix (e.g., a
  batch file using the errorlevel command). The <hangup> option af-
  fects what happens if Telix is online. If it is set to non-zero
  (TRUE), Telix will hang-up before returning to DOS, otherwise the
  connection will not be disturbed.

  .  Return Value

  Since this functions causes Telix to terminate, there is never any
  return from it.

  .  Example

  exittelix(0, 1);
  exittelix(100, 0);

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson