Guest User

Kleper - HackLab Vereda Cauchos Bajos

a guest
Aug 12th, 2012
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 1.15 KB | None | 0 0
  1. @echo off
  2. :start
  3. cls  
  4. echo          ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
  5. echo          º HackLab - Cauchos  º
  6. echo          ÌÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ͹
  7. echo          º  1. Super Mario    º
  8. echo          º  2. PrincePersia   º
  9. echo          º  3. Pintar         º
  10. echo          º  4. Keen           º
  11. echo          º  5. Cosmo          º
  12. echo          º  6. Pacman         º
  13. echo          º  7. Barbie         º
  14. echo          º  8. Shell to DOS   º
  15. echo          ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍŒ
  16. choice:/c12345678
  17.  
  18. if errorlevel 8 goto exit
  19. if errorlevel 7 goto ba
  20. if errorlevel 6 goto pc
  21. if errorlevel 5 goto co
  22. if errorlevel 4 goto ke
  23. if errorlevel 3 goto pin
  24. if errorlevel 2 goto pp
  25. if errorlevel 1 goto spm
  26.  
  27. :spm
  28. cd\
  29. cd juegos\nes
  30. nesticle mario.nes
  31. GOTO start
  32.  
  33. :pp
  34. cd\
  35. cd juegos\prince
  36. 4d_prin
  37. GOTO start
  38.  
  39. :pin
  40. cd\
  41. cd juegos\neopaint
  42. neopaint
  43. GOTO start
  44.  
  45. :ke
  46. cd\
  47. cd juegos\keen
  48. keen1
  49. GOTO start
  50.  
  51. :co
  52. cd\
  53. cd juegos\cosmo
  54. cosmo1
  55. GOTO start
  56.  
  57. :pc
  58. cd\
  59. cd juegos\cdman
  60. cd-man
  61. GOTO start
  62.  
  63. :ba
  64. cd\
  65. cd juegos\barbie
  66. barbie
  67. GOTO start
  68.  
  69. :exit
  70. cls
  71. cd\
  72. cls
Add Comment
Please, Sign In to add comment