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

  1. rem INSTH.BAT
  2. rem Copyright (C) 1985 by Quarterdeck Office Systems
  3. rem %1 = floppy drive letter %2 = subdir
  4. echo  
  5. echo  
  6. echo  
  7. echo  
  8. echo  
  9. echo  
  10. echo         ╔Hard Disk Installation════════════════════════════╗
  11. echo         ║                           ║
  12. echo         ║      The DESQview diskette is in drive %1.        ║
  13. echo         ║                           ║
  14. echo         ║     Second, what is the drive letter       ║
  15. echo         ║        of your hard disk?           ║
  16. echo         ║                           ║
  17. echo         ║    (If you have several hard disks, indicate     ║
  18. echo         ║    the one you want to install DESQview on.)     ║
  19. echo         ║                           ║
  20. echo         ╟──────────────────────────────────────────────────╢
  21. echo         ║            Type A, B, C, D, E, or F.             ║
  22. echo         ╚══════════════════════════════════════════════════╝
  23. echo  
  24. ask 0FEDCBAQ
  25. cls
  26. if errorlevel 7 stop aborted
  27. if errorlevel 6 inst0 H %1  A %2
  28. if errorlevel 5 inst0 H %1  B %2
  29. if errorlevel 4 inst0 H %1  C %2
  30. if errorlevel 3 inst0 H %1  D %2
  31. if errorlevel 2 inst0 H %1  E %2
  32. if errorlevel 1 inst0 H %1  F %2
  33.