home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 September / Simtel20_Sept92.cdr / msdos / telix / tx3_pwrd.arc / PW.SLT < prev   
Text File  |  1988-07-17  |  215b  |  12 lines

  1. main()
  2.  
  3. {
  4.  if (not _entry_pass)
  5.   {
  6.    prints ("Password unknown to Telix!");
  7.    return;
  8.   }
  9.  cputs(_entry_pass);                // Send password field
  10.  cputs("^M");                       // send <CR>
  11. }
  12.