home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1997 April / CLIFE-APR97.iso / wireplay / install.bat
Encoding:
DOS Batch File  |  1997-01-27  |  1.5 KB  |  76 lines

  1. @echo off
  2. if not exist \wireplay\install.bat goto wrongdrv
  3. cd \
  4. cd > c:\wptemp.bat
  5. echo cd \wireplay\install >> c:\wptemp.bat
  6. cd \wireplay\install
  7. showtext copyrite.txt %1
  8. :menu
  9. call c:\wptemp.bat
  10. mode CO80
  11. cls
  12. menu MAINMENU.DAT  %1
  13. if errorlevel 100 goto fatal
  14. if errorlevel 27 goto stop
  15. if errorlevel 9 goto 9
  16. if errorlevel 8 goto 8
  17. if errorlevel 7 goto 7
  18. if errorlevel 6 goto 6
  19. if errorlevel 5 goto 5
  20. if errorlevel 4 goto 4
  21. if errorlevel 3 goto 3
  22. if errorlevel 2 goto 2
  23. if errorlevel 1 goto 1
  24. cls
  25. goto stop
  26. :1
  27. REM install Wireplay
  28. write wireplay.dat   %1
  29. showtext final.txt
  30. goto menu
  31. :2
  32. Rem install IPX game drivers
  33. call IPXMENU.BAT %1
  34. goto menu
  35. :3
  36. REM install EF2000
  37. showtext ef619.txt
  38. cd \wireplay\ef2000
  39. install
  40. call c:\wptemp.bat
  41. if exist c:\efwplay\efwplay.bat copy \wireplay\ef2000\did1st.dat c:\efwplay\did1st.dat
  42. if exist d:\efwplay\efwplay.bat copy \wireplay\ef2000\did1st.dat d:\efwplay\did1st.dat
  43. goto menu
  44. :4
  45. REM install EF2000 multimedia
  46. REM only worth doing for Windows
  47. inwin
  48. if errorlevel 2 goto dosetup
  49. showtext needwin.txt  %1
  50. goto menu
  51. :dosetup
  52. showtext efmedia.txt   %1
  53. cd \wireplay\ef2000
  54. setup
  55. call c:\wptemp.bat
  56. goto menu
  57. :5
  58. REM Wireplay FAQ text file
  59. edit faq.txt
  60. goto menu
  61. :6
  62. REM go back to DOS
  63. showtext final.txt  %1
  64. pause
  65. goto stop
  66. :wrongdrv
  67. echo The Wireplay Installer must be run from the root directory of
  68. echo your CD drive. Change drive to D: (assuming D: is your CD-ROM)
  69. echo and try again.
  70. pause
  71. goto stop
  72. :fatal
  73. echo Fatal error in Menu program
  74. :stop
  75. del c:\wptemp.bat
  76.