home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s141 / 1.ddi / WINSTALL.BAT < prev   
Encoding:
DOS Batch File  |  1992-05-21  |  555 b   |  22 lines

  1. echo off
  2. echo  
  3. if exist winfiles.zip goto unzip
  4. echo █ █ █  WINFILES.ZIP not found.  Copy files from Windows Source diskette. █ █ █
  5. echo  
  6. goto exit
  7. :unzip
  8. echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀
  9. echo      Un-Compressing Windows Source files.  Please wait.
  10. echo  
  11. pkunzip winfiles.zip
  12. echo  
  13. echo ────  Building Windows 3.1 dat file  ────
  14. echo  
  15. copy winfunc.dat win31.dat
  16. copy win31.dat+win31.tmp
  17. echo  
  18. echo ███████████████████████  Installation Complete! ███████████████████████
  19. echo  
  20. :exit
  21.  
  22.