home *** CD-ROM | disk | FTP | other *** search
- // 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);
- }
-