home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************/
- /* */
- /* Demo of how to access and use the password stored in the */
- /* PhoneBook when connected to a BBS. */
- /* */
- /* Copyright 1995 deltaComm Development, Inc. */
- /* */
- /****************************************************************/
-
- main()
- {
- if (_entry_pass) // make sure password has been defined for this
- // entry and that an entry has been connected to.
- {
- cPutS(_entry_pass); // send the password
- cNewLine; // and a carriage return
- }
- else // else show error box for 4 seconds
-
- status_wind("No password available!",40);
- }
-