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

  1. rem INSTF.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         ╔Floppy Disk Installation══════════════════════════╗
  10. echo         ║                           ║
  11. echo         ║      The DESQview diskette is in drive %1.        ║
  12. echo         ║                           ║
  13. echo         ║       Second, what is the drive letter of        ║
  14. echo         ║            your second floppy drive?             ║
  15. echo         ║                           ║
  16. echo         ╟──────────────────────────────────────────────────╢
  17. echo         ║            Type A, B, C, D, E, or F.             ║
  18. echo         ╚══════════════════════════════════════════════════╝
  19. echo  
  20. ask 0FEDCBAQ
  21. cls
  22. if errorlevel 7 stop aborted
  23. if errorlevel 6 inst0 F %1  A %2
  24. if errorlevel 5 inst0 F %1  B %2
  25. if errorlevel 4 inst0 F %1  C %2
  26. if errorlevel 3 inst0 F %1  D %2
  27. if errorlevel 2 inst0 F %1  E %2
  28. if errorlevel 1 inst0 F %1  F %2
  29.