home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Utilities / Rainboot / Configs / CloudBoot_Login < prev    next >
Encoding:
Text File  |  1999-07-05  |  515 b   |  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
  18. /Rainboot2
  19. delete >nil: S:Rainboot2.pw
  20. Lab END
  21. unsetenv RBSELECT
  22.  
  23.