home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
-
- echo.Please have 2 blank, formatted, high density, 3½" disks ready before
- echo.doing the extraction process.
- echo.
- echo.You will also want to have labeled your disk as directed in the README file.
- echo.
- echo.If you do not have the above conditions met, please press CTRL-C and
- echo.answer Y the the "Abort batch file?" question to abort, or you may
- pause
-
- cls
- echo.Please insert the disk into Drive A: that is labeled:
- echo.
- type disk2.txt
- echo.
- echo.
- pause
- DISKFILE disk2.img a:
-