home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / SPICES1.ZIP / SPICES1.EXE / GO.BAT < prev    next >
DOS Batch File  |  1992-04-25  |  437b  |  39 lines

  1. echo off
  2. cls
  3. cat
  4. pause
  5. ORDER
  6. PAUSE
  7. type enjoy
  8. pause
  9. spice
  10. pause
  11. hello1
  12. pause
  13. hello2
  14. pause
  15. intro1
  16. pause
  17. :reask
  18. menu.com
  19. answer Enter your choice -
  20. set answer1=%answer%
  21. IF %ANSWER%== INFO GOTO INFO
  22. IF %ANSWER%== ORDER GOTO ORDER
  23. if %answer%==info  goto info
  24. if %answer%==order goto order
  25. %answer%
  26. PAUSE
  27. GOTO REASK
  28. :ORDER
  29. ORDERME
  30. GOTO REASK
  31. :INFO
  32. info
  33. HELPME
  34. 2GUYS
  35. OSWAD
  36. TYPE ASP.ANS
  37. PAUSE
  38. goto reask
  39.