home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / grafica / rainboot2_8 / configs / cloudboot_login next >
Text File  |  1999-09-19  |  527b  |  23 lines

  1. echo ""
  2. echo "Welcome to the Cloudboot-Login demonstration!"
  3. echo ""
  4. echo "The correct login is: Amiga"
  5. echo "The correct password is: rules"
  6. echo ""
  7. echo "You have to enter it case sensitively!"
  8. echo "If you haven`t entered the correct information"
  9. echo "after three tries, Rainboot will lock your system!"
  10. echo ""
  11. echo "Press RETURN to continue!"
  12.  
  13. Set >nil: Return ?
  14.  
  15. copy CloudBoot.login S:Rainboot2.pw
  16.  
  17. /Rainboot2 Cloudboot_Login.config BESTFIT USEDEFAULTS
  18. /Rainboot2
  19. delete >nil: S:Rainboot2.pw
  20. Lab END
  21. unsetenv RBSELECT
  22.  
  23.