home *** CD-ROM | disk | FTP | other *** search
/ Game Killer / Game_Killer.bin / 039.INSTALL.BAT < prev    next >
DOS Batch File  |  1992-07-02  |  816b  |  46 lines

  1. @echo off
  2. if %1x == x goto usage
  3. if %1 == c: goto ok
  4. if %1 == C: goto ok
  5. if %1 == d: goto ok
  6. if %1 == D: goto ok
  7. if %1 == e: goto ok
  8. if %1 == E: goto ok
  9. if %1 == f: goto ok
  10. if %1 == F: goto ok
  11. if %1 == g: goto ok
  12. if %1 == G: goto ok
  13. goto usage
  14. :ok
  15. if exist demo.nwc goto ok2
  16. echo 
  17. echo Insert disk 1 and
  18. pause
  19. goto ok
  20. :ok2
  21. md %1\xeen
  22. md %1\xeen\disk
  23. echo Copying Files... Please Wait.
  24. copy demo.nwc %1\xeen\demo.bat >nul
  25. copy xeen.nwc %1\xeen\xeen.exe >nul
  26. copy sound.nwc %1\xeen\sound.exe >nul
  27. demo -o %1\xeen\disk >nul
  28. :disk2
  29. echo 
  30. echo 
  31. echo Insert disk 2 and
  32. pause
  33. if not exist demo2.exe goto disk2
  34. echo Copying Files... Please Wait.
  35. demo2 -o %1\xeen\disk >nul
  36. %1
  37. cd\xeen
  38. echo 
  39. sound
  40. pause
  41. demo
  42. :usage
  43. echo 
  44. echo usage: install [drive] (i.e. install c: )
  45. echo 
  46.