home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / e / easylx.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-09-27  |  4KB  |  79 lines

  1. echo off
  2. cls
  3. if "%1"=="" goto nodest
  4. if %1 == A: goto hardonly
  5. if %1 == B: goto hardonly
  6. if %1 == a: goto hardonly
  7. if %1 == b: goto hardonly
  8. goto doit
  9. :nodest
  10. echo ┌─────────────────────────────────────────────────────────────────┐
  11. echo │   Easyest LX Demo System Version 1.0                            │
  12. echo │                                                                 │
  13. echo │   Hardware Required:                                            │
  14. echo │                1) IBM AT or 100%% compatible (including PS/2     │
  15. echo │                   and 386- and 486-based computers).            │
  16. echo │              * 2) Intel 80287 or 80387 math coprocessor chip.   │
  17. echo │                3) Minimum of 640 KB RAM, 490 KB of memory       │
  18. echo │                   must be free.                                 │
  19. echo │                4) IBM EGA, VGA, or 100%% compatible graphics.    │
  20. echo │                5) Microsoft-compatible mouse.                   │
  21. echo │                                                                 │
  22. echo │      * - A math coprocessor emulator is provided with this      │
  23. echo │          demo for 80286 and 80386 based PCs not equipped with   │
  24. echo │          a hardware math coprocessor. The performance of        │
  25. echo │          the Easeyst LX demo system will be dramatically        │
  26. echo │          reduced with the use of the coprocessor emulator.      │
  27. echo │                                                                 │
  28. echo └─────────────────────────────────────────────────────────────────┘
  29. pause
  30. CLS
  31. echo ┌─────────────────────────────────────────────────────────────────┐
  32. echo │   Installation Instructions                                     │
  33. echo │                                                                 │
  34. echo │   These instructions assume that your system's hard disk and    │
  35. echo │   floppy drive are designated C: and A: respectively. If        │
  36. echo │   this is not the case, substitute the appropriate letter       │
  37. echo │   designations for your drives.  This installation procedure    │
  38. echo │   creates a directory named EASYDEMO in which the demo program  │
  39. echo │   is installed.                                                 │
  40. echo │                                                                 │
  41. echo │      Insert the Easyest LX demo disk into the floppy drive,     │
  42. echo │      then enter                                                 │
  43. echo │                                                                 │
  44. echo │              A:  [ENTER]                                        │
  45. echo │              INSTALL C: [ENTER]                                 │
  46. echo │                                                                 │
  47. echo │                                                                 │
  48. echo └─────────────────────────────────────────────────────────────────┘
  49. goto end
  50. :doit
  51. echo ┌─────────────────────────────┐
  52. echo │   Installation Proceeding   │
  53. echo └─────────────────────────────┘
  54. echo off
  55. md %1\EASYDEMO
  56. copy *.* %1\easydemo >%1\easydemo\junk
  57. del  %1\easydemo\junk
  58. CLS
  59. echo ┌─────────────────────────────────────────────────────────────────┐
  60. echo │   Installation is complete.                                     │
  61. echo │                                                                 │
  62. echo │   To run the Easyest LX demo system change to the specified     │
  63. echo │   hard disk drive and type the following:                       │
  64. echo │                                                                 │
  65. echo │              CD \EASYDEMO [ENTER]                               │
  66. echo │              EASYDEMO  [ENTER]                                  │
  67. echo │                                                                 │
  68. echo │   Note: A mouse driver must be loaded before running the        │
  69. echo │         Easyest LX demo system.                                 │
  70. echo └─────────────────────────────────────────────────────────────────┘
  71. goto end
  72. :hardonly
  73. echo ┌───────────────────────────────────────────────────────────────┐
  74. echo │   You can not install the EASYEST LX Demo on floppy Drives.   │
  75. echo │   Type:      INSTALL C: [ENTER]                               │
  76. echo └───────────────────────────────────────────────────────────────┘
  77. :end
  78.  
  79.