home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / conn246e / connect / scripts / logmagic.scr < prev    next >
Text File  |  1993-07-24  |  391b  |  26 lines

  1. echo "-------------------------------------------"
  2. echo "----CoSHy Loginscript für das Magic-Net----"
  3.  
  4. if ! carrier ; then
  5.     echo "Verbindung steht nicht."
  6.     exit
  7. fi
  8.  
  9. waitfor -t 30s '>'
  10.  
  11. send '.'
  12.  
  13. waitfor -t 30 'Username:'
  14.  
  15. send $1
  16.  
  17. waitfor -t 30 'Passwort:'
  18.  
  19. send $2
  20.  
  21. echo
  22. echo "-----Script erfolgreich beendet-----"
  23. echo "------------------------------------"
  24.  
  25. exit
  26.