home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////
- // PROGRAM: PASSWORD.SLT //
- // AUTHOR: Christopher Saunders //
- // DATE: April 25th 1992 //
- // //
- // INFORMATION //
- // ~~~~~~~~~~~ //
- // When connected to a function key, PASSWORD.SLT will //
- // send your password to the remote system. If the //
- // password cannot be found, a window pops up informing //
- // the user. //
- ///////////////////////////////////////////////////////////
- main()
-
- {
- if (not _entry_pass)
- {
- status_wind("Password unkown to Telix!",30); // Error message
- return;
- }
- cputs(_entry_pass); // Send password
- cputs("^M"); // Send enter
- }