home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / comm / hostmlnk.zip / EXECPC.MSL < prev    next >
Text File  |  1993-06-26  |  497b  |  27 lines

  1. REM  Replace the First/Last Name after rprint with
  2. REM  your own name and the * with the letters
  3. REM  for your password and you have a autologon script
  4. waitfor " FIRST name -> "
  5. rprint "First name^M"
  6. waitfor " LAST name -> "
  7. rprint "Last Name^M"
  8. waitfor "  Password -> "
  9. rprint "*"
  10. waitfor "."
  11. rprint "*"
  12. waitfor "."
  13. rprint "*"
  14. waitfor "."
  15. rprint "*"
  16. waitfor "."
  17. rprint "*"
  18. waitfor "."
  19. rprint "*"
  20. waitfor "."
  21. rprint "*"
  22. waitfor "."
  23. rprint "*"
  24. waitfor "."
  25. rprint "^M"
  26. END
  27.