home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / private / knodemo1.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-05-16  |  3KB  |  65 lines

  1. echo off
  2. cls
  3. if %1*==* goto BADDRIVE
  4. echo ────────────────────────────────────────────────────────────────────────
  5. echo         KNOWLEDGE ADVENTURE DEMO files will be copied to %1\KADEMO
  6. echo                                                                        
  7. echo        
  8. echo          NOTE:  3MB of hard disk space is required to install 
  9. echo                 all of the demo files.  Press CTRL-BREAK to stop
  10. echo                 this install process now if 3MB is not available.
  11. echo        
  12. echo        
  13. echo ────────────────────────────────────────────────────────────────────────
  14. pause
  15. cls
  16. echo ─────────────────────────────────────────────────────────────────────────────
  17. echo Copying KNOWLEDGE ADVENTURE DEMO files to %1\KADEMO.  Please Wait...
  18. transfer -o -d disk1.dat %1\
  19. copy transfer.exe %1\kademo
  20. cls
  21. echo ────────────────────────────────────────────────────────────────────────
  22. echo                Install is finished copying this disk #1.
  23. echo                                                                        
  24. echo        
  25. echo             Please insert the KNOWLEDGE ADVENTURE DEMO DISK #2...
  26. echo        
  27. echo        
  28. echo ────────────────────────────────────────────────────────────────────────
  29. pause
  30. cls
  31. echo ─────────────────────────────────────────────────────────────────────────────
  32. echo Copying KNOWLEDGE ADVENTURE DEMO files to %1\KADEMO.  Please Wait...
  33. %1\kademo\transfer -o -d disk2.dat %1\
  34. cls
  35. %1
  36. cd\kademo
  37. SETUP
  38. pause
  39. cls
  40. echo        ╔════════════════════════════════════════════════════════════╗
  41. echo        ║                                                            ║
  42. echo        ║        The KNOWLEDGE ADVENTURE DEMO is now installed.      ║
  43. echo        ║                                                            ║
  44. echo        ║          To start the demo type:     DEMO  [Enter]         ║
  45. echo        ║                                                            ║
  46. echo        ║          To exit the demo type:        CTRL-BREAK          ║
  47. echo        ║                                                            ║
  48. echo        ║  NOTE:  You will need at least 570KB RAM free in order     ║
  49. echo        ║         to hear all the sounds in this demo program.       ║
  50. echo        ║                                                            ║
  51. echo        ╚════════════════════════════════════════════════════════════╝
  52. echo        
  53. echo        
  54. Goto FINI
  55. :BADDRIVE
  56. cls
  57. echo             You must specify the hard drive to install to, as in:
  58. echo
  59. echo                                  INSTALL C:
  60. echo
  61. echo                     (You may use drives C:, D:, etc...)
  62. echo 
  63. echo 
  64. :FINI
  65.