home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 60.img / DESQV225.ZIP / INSTALL.BAT < prev    next >
DOS Batch File  |  1989-03-22  |  3KB  |  79 lines

  1. echo off
  2. rem INSTALL.BAT
  3. rem DESQview Installation Procedure (GAS)
  4. rem Copyright (C) 1985 by Quarterdeck Office Systems
  5. cls
  6. ask 1C
  7. cls 
  8. if not exist stop.bat goto wrong
  9. ask 2HFQ
  10. cls
  11. if errorlevel 3 stop aborted
  12. if errorlevel 2 goto start_F
  13. :start_H
  14. ask 3NYQ
  15. cls
  16. if errorlevel 3 stop aborted
  17. if errorlevel 2 inst0 H A C %1
  18. ask 4FEDCBAQ
  19. cls
  20. if errorlevel 7 stop aborted
  21. if errorlevel 6 insth A %1
  22. if errorlevel 5 insth B %1
  23. if errorlevel 4 insth C %1
  24. if errorlevel 3 insth D %1
  25. if errorlevel 2 insth E %1
  26. if errorlevel 1 insth F %1
  27. :start_F
  28. ask 5YNQ
  29. cls
  30. if errorlevel 3 stop aborted
  31. if errorlevel 2 cond 1
  32. ask 621Q
  33. cls
  34. if errorlevel 3 stop aborted
  35. if errorlevel 2 goto 1drive
  36. ask 7NYQ
  37. cls
  38. if errorlevel 3 stop aborted
  39. if errorlevel 2 inst0 F A B %1
  40. cond 2
  41. :1drive
  42. echo               ╔Floppy Disk Installation══════════════════════════╗
  43. echo               ║                                                  ║
  44. echo               ║     You have indicated that you have only a      ║
  45. echo               ║      single floppy drive and no hard disk.       ║
  46. echo               ║                                                  ║
  47. echo               ║       This configuration is not supported        ║
  48. echo               ║     with DESQview;  you must have either two     ║
  49. echo               ║   floppy drives or one floppy and a hard disk.   ║
  50. echo               ║                                                  ║
  51. echo               ║    If you have the proper equipment, please      ║
  52. echo               ║       retry the installation procedure.          ║
  53. echo               ║                                                  ║
  54. echo               ╟──────────────────────────────────────────────────╢
  55. stop aborted
  56. :wrong
  57. echo  
  58. echo  
  59. echo  
  60. echo  
  61. echo  
  62. echo               ╔DESQview Installation ════════════════════════════╗
  63. echo               ║                                                  ║
  64. echo               ║       To install DESQview you MUST set the       ║
  65. echo               ║        default drive to A (or to whatever        ║
  66. echo               ║   drive you are using) before typing INSTALL.    ║
  67. echo               ║                                                  ║
  68. echo               ║         Follow these steps:                      ║
  69. echo               ║                                                  ║
  70. echo               ║            Type:  "A:" and press ─┘.            ║
  71. echo               ║            Type:  "INSTALL" and press ─┘.       ║
  72. echo               ║                                                  ║
  73. echo               ║      We also suggest you read pages 8-9 of       ║
  74. echo               ║               the DESQview Manual.               ║
  75. echo               ║                                                  ║
  76. echo               ╚══════════════════════════════════════════════════╝
  77. echo  
  78. echo                    ***** DESQview installation aborted *****
  79.