home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 263.MAKEROM.BAT < prev    next >
DOS Batch File  |  1993-02-17  |  870b  |  35 lines

  1. @ECHO OFF
  2. ECHO OFF
  3. del video.rom>nul
  4. ECHO Make sure that DEBUG.EXE or DEBUG.COM can be found in your PATH. DEBUG
  5. echo is a DOS program. If your DOS files are in your PATH then DEBUG is
  6. echo probably there too! If not, you will need to COPY DEBUG.EXE from
  7. echo your DOS diskette into your DOS directory!
  8. echo.
  9. pause
  10. IF EXIST DEBUG.TXT GOTO :DOIT
  11. ECHO DEGUG.TXT NOT found!
  12. ECHO VIDEO.ROM will NOT be written out!
  13. GOTO :EXIT
  14. :DOIT
  15. debug <debug.txt
  16. IF exist VIDEO.ROM goto :goodexit
  17. ECHO DEGUG.EXE or DEBUG.COM NOT in PATH!
  18. ECHO VIDEO.ROM will NOT be written out!
  19. goto :exit
  20. :goodexit
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26. echo.
  27. echo If no errors were reported then you now have a file called VIDEO.ROM
  28. echo which can be sent to:
  29. echo.
  30. echo       Software Matters INC
  31. echo       6352 N. Guilford Ave.
  32. echo       Indianapolis, IN 46220
  33. echo.
  34. :exit
  35.