home *** CD-ROM | disk | FTP | other *** search
- /****************************************************************/
- /* */
- /* Demo of how to use the stored Logon Name in the PhoneBook */
- /* to help automate logging onto BBS's via linked scripts. */
- /* */
- /* Copyright 1995 deltaComm Development, Inc. */
- /* */
- /****************************************************************/
-
- main()
- {
- if (_entry_logonName) // make sure name has been defined for this entry
- // and that an entry has been connected to.
- {
- cPutS(_entry_logonName); // send the name
- cNewLine; // and a carriage return
- }
- else // else show error box for 4 seconds
-
- status_wind("No logon name available!",40);
- }
-