home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo
- if exist winfiles.zip goto unzip
- echo █ █ █ WINFILES.ZIP not found. Copy files from Windows Source diskette. █ █ █
- echo
- goto exit
- :unzip
- echo ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ ▀▀▀ ▀▀▀ ▀▀▀
- echo Un-Compressing Windows Source files. Please wait.
- echo
- pkunzip winfiles.zip
- echo
- echo ──── Building Windows 3.1 dat file ────
- echo
- copy winfunc.dat win31.dat
- copy win31.dat+win31.tmp
- echo
- echo ███████████████████████ Installation Complete! ███████████████████████
- echo
- :exit
-
-