home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem Unpacker
- rem Information Viewer and optional installation
- :start
- if not exist infounpk.com goto done2
- infounpk -b
- if errorlevel 255 goto done
- echo ──────── Transfering Files ────────
- if errorlevel 9 goto disk9
- if errorlevel 8 goto disk8
- if errorlevel 7 goto disk7
- if errorlevel 6 goto disk6
- if errorlevel 5 goto disk5
- if errorlevel 4 goto disk4
- if errorlevel 2 goto disk2
- if errorlevel 1 goto disk1
- goto done
- :disk9
- e:
- if exist \unpkack\unpack.exe goto skipeb
- md \unpack
- :skipeb
- copy b:*.* \unpack
- cd \unpack
- goto start
- :disk8
- e:
- if exist \unpack\unpack.exe goto skipea
- md \unpack
- :skipea
- copy a:*.* \unpack
- cd \unpack
- goto start
- :disk7
- d:
- if exist \unpack\unpack.exe goto skipdb
- md \unpack
- :skipdb
- copy b:*.* \unpack
- cd \unpack
- goto start
- :disk6
- d:
- if exist \unpack\unpack.exe goto skipda
- md \unpack
- :skipda
- copy a:*.* \unpack
- cd \unpack
- goto start
- :disk5
- c:
- if exist \unpack\unpack.exe goto skipcb
- md \unpack
- :skipcb
- copy b:*.* \unpack
- cd \unpack
- goto start
- :disk4
- c:
- if exist \unpack\unpack.exe goto skipca
- md \unpack
- :skipca
- copy a:*.* \unpack
- cd \unpack
- goto start
- :disk2
- copy a:*.* b:
- goto start
- :disk1
- copy b:*.* a:
- goto start
- :done2
- echo
- echo INFOUNPK.COM was not found on the default drive. Insert the master
- echo diskette in the floppy drive and set the default diskette to the
- echo same drive. For example, if the diskette is in drive A, then:
- echo
- echo at the DOS prompt enter A:
- echo then enter README
- echo
- :done
- echo
-