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