home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo.
- echo DocsBoot+ version 0.42:19980703 - OS/2 Make program disc batch job
- echo Copyright (C)1994-1998 Zac Schroff, all rights reserved.
- echo.
- if not exist loaddskf.exe 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" loaddskf docsboot.img A: /f /y /q /s
- if "%1"=="1" loaddskf docsboot.img B: /f /y /q /s
- 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 loaddskf.exe echo LOADDSKF.EXE - the OS/2 image converter (*)
- if not exist loaddskf.exe echo.
- if not exist loaddskf.exe echo (*) - LOADDSKF.EXE is provided by IBM with OS/2 and must be copied to the
- if not exist loaddskf.exe echo the other DocsBoot+ files are in. Due to licensing restrictions,
- if not exist loaddskf.exe echo LOADDSKF.EXE could not be included with DocsBoot+. It should be in
- if not exist loaddskf.exe echo the DISKIMGS directory on your OS/2 CDROM, or you should be able to
- if not exist loaddskf.exe echo get it from IBM at their FTP or web site.
- :end
- echo.