home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dbp040b.zip / MAKEDISC.BAT < prev    next >
DOS Batch File  |  1996-08-27  |  1KB  |  29 lines

  1. @echo off
  2. echo.
  3. echo DocsBoot+ 0.40ß:19960324 image conversion shell program
  4. echo Copyright 1994-1996, Zac Schroff.  All rights reserved.
  5. echo.
  6. if not exist todisc.com goto nofiles
  7. if not exist docsboot.img goto nofiles
  8. echo Please find a 1440KB 3.5 inch disc, and place it in your primary floppy
  9. echo disc drive (A).  If you can't find a 1440KB disc, or need to swap the
  10. echo drives, you should abort this by pressing [Ctrl-C] now (and probably
  11. echo saying yes to the `terminate batch job' prompt).  Otherwise, you should
  12. pause
  13. echo.
  14. todisc -fv 0 docsboot.img
  15. echo.
  16. if errorlevel 1 echo Sorry, something went wrong (see above).  Try it again.
  17. if errorlevel 1 goto end
  18. echo Okay, done.  You need to boot your system from the disc you just made to use
  19. echo this version of DocsBoot+.  This is so DocsBoot+ is no longer specific to any
  20. echo one operating system (it no longer requires DOS to install or configure!).
  21. goto end
  22. :nofiles
  23. echo A required file is missing :
  24. if not exist docsboot.img echo    DOCSBOOT.IMG - the image file
  25. if not exist todisc.com   echo    TODISC.COM   - the DOS image converter
  26. :end
  27. echo.
  28.  
  29.