home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- echo DocsBoot+ version 0.42:19980703 - DOS Make program disc batch job
- echo Copyright (C)1994-1998 Zac Schroff, all rights reserved.
- echo.
- if not exist todisc.com goto nofiles
- if not exist docsboot.img goto nofiles
- if not "%1"=="1" echo Please find a 1440KB 3.5 inch disc, and place it in your primary floppy
- if not "%1"=="1" echo disc drive (A). If you can't find a 1440KB disc, or need to swap the
- if "%1"=="1" echo Please find a 1440KB 3.5 inch disc, and place it in your secondary floppy
- if "%1"=="1" echo disc drive (B). If you can't find a 1440KB disc, or need to swap the
- echo drives, you should abort this by pressing [Ctrl-C] now (and probably
- echo saying yes to the `terminate batch job' prompt). Otherwise, you should
- pause
- echo.
- if not "%1"=="1" todisc -fv 0 docsboot.img
- if "%1"=="1" todisc -fv 1 docsboot.img
- echo.
- if errorlevel 1 echo Sorry, something went wrong (see above). Try it again.
- if errorlevel 1 goto end
- echo Okay, done. You need to boot your system from the disc you just made to use
- echo this version of DocsBoot+. This is so DocsBoot+ is no longer specifig to any
- echo one operating system (it no longer requires DOS to install or configure!).
- echo.
- if "%1"=="1" echo Since your 1440KB disc is the secondary, you need to use the 1200KB program
- if "%1"=="1" echo on a 5.25 inch disc so that you can boot the DocsBoot+ disc. Please read the
- if "%1"=="1" echo section on the 1200KB program in the UTILITY.DOC on the disc just made.
- if "%1"=="1" echo.
- echo THERE ARE SOME DOCUMENTATION FILE ON THE FLOPPY. PLEASE LOOK AT THEM BEFORE
- echo YOU DO ANYTHING ELSE, AS THEY CONTAIN MORE INFORMATION ABOUT DOCSBOOT+
- goto end
- :nofiles
- echo A required file is missing :
- if not exist docsboot.img echo DOCSBOOT.IMG - the image file
- if not exist todisc.com echo TODISC.COM - the DOS image converter
- :end
- echo.