home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / dbp040b.zip / MAKEDISC.CMD < prev    next >
OS/2 REXX Batch file  |  1996-08-27  |  2KB  |  34 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 loaddskf.exe 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. loaddskf docsboot.img A: /f /y /q /s
  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 loaddskf.exe echo    LOADDSKF.EXE - the OS/2 image converter (*)
  26. if not exist loaddskf.exe echo.
  27. if not exist loaddskf.exe echo (*) - LOADDSKF.EXE is provided by IBM with OS/2 and must be copied to the
  28. if not exist loaddskf.exe echo       directory which contains the other files from the DocsBoot+ archive.
  29. if not exist loaddskf.exe echo       Due to licensing restrictions, it can not be included in the DocsBoot+
  30. if not exist loaddskf.exe echo       archive.  It should be in the DISKIMGS directory on your OS/2 CDROM,
  31. if not exist loaddskf.exe echo       or you should be able to get from IBM at ftp://software.watson.ibm.com.
  32. :end
  33. echo.
  34.