home *** CD-ROM | disk | FTP | other *** search
/ House of Games 2 (Hi-Tech Products) / House_of_Games_II_Hi-Tech_Products.iso / games / 142 / install1.bat < prev    next >
DOS Batch File  |  1991-10-07  |  661b  |  38 lines

  1. @echo off
  2. rem
  3. rem   finish the install for diskettes
  4. rem
  5. :d2
  6. echo Place disk 2 in drive %1
  7. pause
  8. if not exist %1cwf0000.dat goto e2
  9. copy %1*.*
  10. if errorlevel 1 goto end
  11. :d3
  12. echo Place disk 3 in drive %1
  13. pause
  14. if not exist %1cwf0001.dat goto e3
  15. copy %1*.*
  16. if errorlevel 1 goto end
  17. echo Building files
  18. joinfile cwfd.exe
  19. if errorlevel 1 goto end
  20. erase joinfile.exe
  21. erase cwf0000.dat
  22. erase cwf0001.dat
  23. erase cwf0002.dat
  24. cwfd
  25. if errorlevel 1 goto end
  26. erase cwfd.exe
  27. echo All files installed
  28. echo enter:  CWF to start program 
  29. goto end
  30. :e2
  31. echo Wrong diskette inserted
  32. goto d2
  33. :e3
  34. echo Wrong diskette inserted
  35. goto d3
  36. :end
  37. echo . 
  38.