home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / i / i240 / 1.ddi / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-02-02  |  2.0 KB  |  45 lines

  1. echo off
  2. if %1a == a goto bad
  3. if %2a == a goto bad
  4. if %1 == %2 goto bad
  5. cls
  6. echo     ╔════════════════════════════════════════════════════════╗
  7. echo     ║  SOFTSTAR Software Inc. Computer Fate Install Program  ║
  8. echo     ╚════════════════════════════════════════════════════════╝
  9. echo                                                                       .
  10. echo                    Installing To  %2
  11. echo                                                                       .
  12. echo                                                                       .
  13. md %2\MBCR > nul
  14. copy %1\*.* %2\MBCR > nul
  15. goto last1
  16. rem
  17. :bad1
  18. echo                                                                       .
  19. echo Could Not Create The Computr Fate Subdirectory On %2
  20. echo Computer Fate Not Installed.
  21. goto last1
  22. :BAD
  23. cls
  24. echo                                                                       .
  25. echo                                                                       .
  26. echo    %0 %1 %2
  27. echo                                                                       .
  28. echo Install option missing or invalid. Please try again.
  29. echo Format of command is:
  30. echo                       INSTALL [Source Drive] [Target Drive]
  31. echo                                                                       .
  32. echo  Where:
  33. echo                                                                       .
  34. echo [Source Drive] is the drive containing the Computer Fate disk
  35. echo                                                                       .
  36. echo [Target Drive] is the destination drive & path you want Computer Fate
  37. echo                copied to.
  38. echo                                                                       .
  39. echo                                                                       .
  40. echo Example:  INSTALL A: C:
  41. echo                                                                       .
  42. echo This would install the game into C:\MBCR from the A: drive.
  43. echo                                                                       .
  44. :last1
  45.