home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 April / CLIFE-APR97.iso / wireplay / install / IPXMENU.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-01-27  |  1.0 KB  |  55 lines

  1. :menu
  2. mode CO80
  3. menu IPX.DAT
  4. if errorlevel 100 goto fatal
  5. if errorlevel 27 goto stop
  6. if errorlevel 9 goto 9
  7. if errorlevel 8 goto 8
  8. if errorlevel 7 goto 7
  9. if errorlevel 6 goto 6
  10. if errorlevel 5 goto 5
  11. if errorlevel 4 goto 4
  12. if errorlevel 3 goto 3
  13. if errorlevel 2 goto 2
  14. if errorlevel 1 goto 1
  15. goto stop
  16. :1
  17. write doomshar.dat
  18. showtext \wireplay\install\utils\multiser.txt
  19. goto menu
  20. :2
  21. write doom19.dat
  22. showtext \wireplay\install\utils\multiser.txt
  23. goto menu
  24. :3
  25. write doom2.dat
  26. showtext \wireplay\install\utils\multiser.txt
  27. goto menu
  28. :4
  29. write doom_se.dat
  30. showtext \wireplay\install\utils\multiser.txt
  31. goto menu
  32. :5
  33. write duke3d.dat
  34. showtext \wireplay\install\utils\wpcommit.txt
  35. goto menu
  36. :6
  37. write tv.dat
  38. showtext \wireplay\install\utils\wpcommit.txt
  39. goto menu
  40. :7
  41. write indycar.dat 
  42. showtext \wireplay\install\utils\wpindy.txt
  43. goto menu
  44. :8
  45. write icr2.dat 
  46. showtext \wireplay\install\utils\wpindy.txt
  47. goto menu
  48. :9
  49. REM end menu 
  50. goto stop
  51. :10
  52. :fatal
  53. echo Fatal Error running IPX driver menu
  54. :stop
  55.