home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / bbs_ra / xr501ins.arj / FINISHED.BAT < prev    next >
DOS Batch File  |  1992-04-30  |  2KB  |  49 lines

  1. @Echo Off
  2. if %6.==. goto exit
  3. %6
  4. if not exist %4 md %4 > NUL
  5. if not exist %5 md %5 > NUL
  6. if %1.==%2. goto nobin1
  7. if exist %2\xrsample.zip copy %2\xrsample.zip %1
  8. if exist %2\xrsample.zip del %2\xrsample.zip
  9. :nobin1
  10. if %1.==%3. goto nodoc2
  11. if exist %1\xr501doc.zip copy %1\xr501doc.zip %3
  12. if exist %1\xr501doc.zip del %1\xr501doc.zip
  13. :nodoc2
  14. if exist %3\xr501doc.zip pkunzip -o %3\xr501doc *.* %3\
  15. if exist %3\xr501doc.zip del %3\xr501doc.zip
  16. if exist %2\response.exe del %2\response.exe
  17. if exist %2\resp_286.exe del %2\resp_286.exe
  18. if exist %1\xrsample.zip pkunzip -o %1\xrsample *.* %1\
  19. if exist %1\xrsample.zip del %1\xrsample.zip
  20. if exist %1\config.xrs goto already
  21. ren %1\config.dmo config.xrs
  22. echo InDir %2 >> %1\CONFIG.XRS
  23. echo BundlePath %3 >> %1\CONFIG.XRS
  24. :already
  25. for %%c in (%1\*.zip) do pkunzip %%c %1\
  26. if exist %1\*.zip del %1\*.zip
  27. if %1.==%3. goto nodoc
  28. if exist %1\*.man copy %1\*.man %3
  29. if exist %1\*.man del %1\*.man
  30. :nodoc
  31. if %1.==%2. goto nobin2
  32. if exist %1\*.dll copy %1\*.dll %2
  33. if exist %1\*.dll del %1\*.dll
  34. if exist %2\xcslang.dll copy %2\xcslang.dll %1
  35. if exist %1\*.dat copy %1\*.dat %2
  36. if exist %1\*.dat del %1\*.dat
  37. if exist %1\*.bat copy %1\*.bat %2
  38. if exist %1\*.bat del %1\*.bat
  39. :nobin2
  40. echo.
  41. if not exist %2\xrconfig.dat goto exit
  42. echo.
  43. echo Unless you want to modify the basic installation configuration,
  44. echo hit [CTRL_C] then answer 'Y' to the "Terminate Batch Job" prompt.
  45. echo Otherwise XRConfig will be run to customize your CONFIG.XRS file.
  46. pause
  47. %2\xrconfig
  48. :exit
  49.