home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computerworld 1996 March
/
Computerworld_1996-03_cd.bin
/
idg_cd3
/
aplikace
/
komunika
/
telixwin
/
tfw.5
/
LOGONAME.SLT
< prev
next >
Wrap
Text File
|
1995-07-28
|
950b
|
22 lines
/****************************************************************/
/* */
/* 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);
}