home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s140 / 1.img / SRIOEM.TMP / RUNBIOSP.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-09-18  |  460 b   |  22 lines

  1. echo off
  2. biosp %1 %2 %3 -b
  3. if errorlevel 16 goto exit
  4. echo _________  Copying BIOS Pre-Proceesor output file to BIOS.DEF 
  5. if errorlevel 4 goto mainbios
  6. if errorlevel 2 goto diskbios
  7. if errorlevel 1 goto videobios
  8. copy ubios.def bios.def
  9. goto runsr
  10. :mainbios
  11. copy mbios.def bios.def
  12. goto runsr
  13. :diskbios
  14. copy dbios.def bios.def
  15. goto runsr
  16. :videobios
  17. copy vbios.def bios.def
  18. :runsr
  19. echo _________  Loading SOURCER
  20. sr bios.def %1 %2 %3
  21. :exit
  22.