home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1995 February
/
CLUB0295.BIN
/
demos
/
telix
/
tfw.5
/
LOGONAME.SLT
< prev
next >
Wrap
Text File
|
1994-12-07
|
607b
|
18 lines
// LOGONAME.SLT
//
// Demo script to send the currently connected dialing
// directory entry's logon name to the remote.
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);
}