Advertisement
Guest User

Virtual Companion Demo Code

a guest
Jan 21st, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. @echo off
  2. cls
  3. echo Please Type In Your Name.
  4. set /p name=
  5. cls
  6. echo %name% is Your Name. (Y/N)?
  7. set /p yesorno=
  8. cls
  9. echo Loading...
  10. echo Opening Virtual Buddy.bat...
  11. echo Opening...
  12. echo Continue?
  13. set /p yesorno=
  14. cls
  15. echo Well Hello There %name%!
  16. echo Im Your Virtual Buddy! Please Give Me A Name!
  17. set /p computername=
  18. cls
  19. echo So My Name Is %computername%? Ok!
  20. echo This is the end of the Demo type in N.
  21. set /p yesorno=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement