Advertisement
Guest User

setup

a guest
May 24th, 2015
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. print("Floppy DOS Setup and Tutorial")
  2. print("Hello. You have just installed Floppy DOS and are about to be ready to go, however, we need to tell you how to use the operating system and information about your password")
  3. read()
  4. print("To use Floppy DOS, all you have to do is input a letter that corresponds to something on screen, which will be represented by a letter by itself or a pair of letters.")
  5. read()
  6. print("The login screen is secure so no one will have access to your files. The default password is password, but we reccomend changing this by going to Start > Programs > Edit File, and put in /startup. Then, at the top, change the text inside of the quotation marks. Press enter to see an example")
  7. read()
  8. print(" password = 'password' <-- change that, but leave the quotes.")
  9. read()
  10. print("You are now ready to use floppy DOS. press enter to reboot to your new operating system!")
  11. read()
  12. shell.run("reboot")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement