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

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