Help for this page

Select Code to Download


  1. or download this
    print HDLCGET "\#\!\/usr\/local\/bin\/expect\n";
    print HDLCGET "set timeout -1\n";
    ...
    
    close(MYINPUTFILE);
    close(MYINPUTFILE1);
    
  2. or download this
    #!/usr/local/bin/expect
    set timeout -1
    ...
    expect "#"
    send "exit\r"
    interact