home *** CD-ROM | disk | FTP | other *** search
/ The Devil's Doorknob BBS Capture (1996-2003) / devilsdoorknobbbscapture1996-2003.iso / Dloads / 100GAME / DOH.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-06-15  |  2KB  |  48 lines

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