Firstrun70_

Interactive Girls Club - Start.bat

Oct 27th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Interactive Girls Club
  2. Start.bat
  3.  
  4. :01
  5. @echo off
  6. @mousechk
  7. if errorlevel 1 goto end
  8. @cls
  9. goto menu
  10.  
  11. :start
  12. @cd ..
  13.  
  14. :Menu
  15. echo.
  16. echo.
  17. echo.
  18. Echo Interactive Girls Menu
  19. echo. -------------------------
  20. echo.
  21. echo Press A Vida
  22. echo B Teresa house guest
  23. echo C Jo Guest Milkrun
  24. echo D Jo Guest Shaves
  25. echo E Erotic byte
  26. echo F Foreplay
  27. echo G Camera Man
  28. echo Q to Quit
  29. echo.
  30. choice /C:ABCDEFGQ /N . Your Choice?
  31. if errorlevel 8 goto end
  32. if errorlevel 7 goto camman
  33. if errorlevel 6 goto foreplay
  34. if errorlevel 5 goto eb
  35. if errorlevel 4 goto shave
  36. if errorlevel 3 goto jo
  37. if errorlevel 2 goto teresa
  38. if errorlevel 1 vida
  39. goto 01
  40.  
  41. :camman
  42. @cd camman
  43. @fxnoshow video
  44. goto start
  45.  
  46. :eb
  47. @cd jo
  48. @IGC.EXE EROBYTE
  49. goto start
  50.  
  51. :foreplay
  52. @cd program
  53. @fxnoshow onea
  54. goto start
  55.  
  56. :jo
  57. @cd jo
  58. @IGC.EXE INTRO
  59. goto start
  60.  
  61. :shave
  62. @cd jo
  63. @IGC.EXE SHAVE01
  64. goto start
  65.  
  66. :teresa
  67. @cd TERESA
  68. @config -set dos EMS=false
  69. @igc open
  70. @config -set dos EMS=true
  71. goto start
  72.  
  73. :vida
  74. @cd vida
  75. @igc vid
  76. goto start
  77.  
  78. :end
Advertisement
Add Comment
Please, Sign In to add comment