Advertisement
Guest User

for CU1CSCA11 of ACCESS CUBAO1

a guest
Sep 2nd, 2015
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 KB | None | 0 0
  1. @echo off
  2. :menu
  3. cls
  4. set /p m=Access branches and their programs (1=Cubao1,2=Cubao2,3=Recto,4=Monumento,5=Lagro,6=Camarin 7=Novaliches 8=Manila, 69= SELF-DESTRUCT)
  5. if %m%==1 goto 1
  6. if %m%==2 goto 2
  7. if %m%==3 goto 3
  8. if %m%==4 goto 4
  9. if %m%==5 goto 5
  10. if %m%==6 goto 6
  11. if %m%==7 goto 7
  12. if %M%==8 goto 8
  13. if %m%==69 goto 69
  14. :1
  15. color 1
  16. echo you chose Cubao1
  17. echo this are the Courses in Cubao1
  18. echo Computer Technician
  19. echo Computer Science
  20. echo Computer Secretarial
  21. echo Electronics Technician
  22. pause
  23. cls
  24. goto :menu
  25. :2
  26. color 2
  27. echo you chose Cubao2
  28. echo this are the Courses in Cubao2
  29. echo BS in Computer Science
  30. echo BS in Information Technology
  31. echo BS in Business Administration
  32. echo BS in Office Administration
  33. echo BS in Hotel and Restaurant Management
  34. echo Computer Science
  35. echo Computer Secretarial
  36. echo Computer Technician
  37. echo Electronics Technician
  38. echo Hotel and Restaurant Services
  39. pause
  40. cls
  41. goto :menu
  42. :3
  43. color 3
  44. echo you chose Recto
  45. echo this are the Courses in Recto
  46. echo BS in Information Technology
  47. echo BS in Computer Science
  48. pause
  49. cls
  50. goto :menu
  51. :4
  52. color 5
  53. echo you chose Monumento
  54. echo this are the Courses in Monumento
  55. echo Computer Technician
  56. echo Computer Secretarial
  57. echo Computer Science
  58. echo Electronics Technician
  59. echo Hotel and Restaurant Services
  60. pause
  61. cls
  62. goto :menu
  63. :5
  64. color 6
  65. echo you chose Lagro
  66. echo this are the Courses in Lagro
  67. echo BS in Computer Science
  68. echo BS in Information Technology
  69. echo BS in Business Administration
  70. echo BS in Office Administration
  71. echo Bs in Hotel and Restaurant Management
  72. echo Computer Science
  73. echo Computer Secretarial
  74. echo Computer Technician
  75. echo Electronics Technician
  76. echo Hotel and Restaurant Services
  77. pause
  78. cls
  79. goto :menu
  80. :6
  81. color 7
  82. echo you chose Camarin
  83. echo this are the Courses in Camarin
  84. echo BS in Computer Science
  85. echo BS in Information Technology
  86. echo BS in Business Administration
  87. echo BS in Office Administration
  88. echo BS in Hotel and Restaurant Management
  89. echo BS in Tourism Management
  90. echo Computer Science
  91. echo Computer Secretarial
  92. echo Computer Technician
  93. echo Electronics Technician
  94. echo Hotel and Restaurant Services
  95. pause
  96. cls
  97. goto :menu
  98. :7
  99. color 8
  100. echo you chose Novaliches
  101. echo this are the Courses in Novaliches
  102. echo Computer Science
  103. echo Computer Secretarial
  104. echo Computer Technician
  105. echo Electronics Technician
  106. echo Hotel and Restaurant Services
  107. pause
  108. cls
  109. goto :menu
  110. :8
  111. color 9
  112. echo you chose Manila
  113. echo this are the Courses in Manila
  114. echo BS in Computer Engineering
  115. echo BS in Computer Science
  116. echo BS in Information Technology
  117. echo BS in Business Administration
  118. echo BS in Office Administration
  119. echo BS in Hotel and Restaurant Management
  120. echo BS in Tourism Management
  121. echo Computer Science
  122. echo Computer Secretarial
  123. echo Computer Technician
  124. echo Electronics Technician
  125. echo Hotel and Restaurant Services
  126. pause
  127. cls
  128. goto :menu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement