home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1998 August / apc381.iso / netkit / win95 / crt / crt22b6.exe / LOGIN3.CSF < prev    next >
Encoding:
Text File  |  1997-03-03  |  165 b   |  13 lines

  1. // login3.csf
  2.  
  3. if ( ! expect("ogin:", 3) ) {
  4.     send("\r");
  5.     expect( "ogin: ");
  6. }
  7.  
  8. send( "username\r" );
  9.  
  10. expect( "assword:" );
  11. send( "secret\r" );
  12.  
  13.