home *** CD-ROM | disk | FTP | other *** search
/ Welcome to Bodyland / Welcome_to_Bodyland_Time-Life_1994.iso / go.bat < prev    next >
DOS Batch File  |  1995-10-06  |  219b  |  17 lines

  1. @echo off
  2. :MainMenu
  3. menu
  4. if errorlevel 3 goto ViewManual
  5. if errorlevel 2 goto Install
  6. if errorlevel 1 goto Exit
  7. :ViewManual
  8. cd doxview
  9. dox bodyland.dox
  10. cd ..
  11. goto MainMenu
  12. :Install
  13. win setup
  14. :Exit
  15. @cls
  16.  
  17.