home *** CD-ROM | disk | FTP | other *** search
/ hobbes.nmsu.edu / 2008-06-02_hobbes.nmsu.edu.zip / dos / intlist_rb.zip / makelist.cmd < prev    next >
OS/2 REXX Batch file  |  2008-04-28  |  413b  |  13 lines

  1. @echo off
  2. if not exist *.lst goto err
  3. intlst.exe
  4. if ERRORLEVEL 1 goto err
  5. ipfc -i -s -D:1 -C:437 intlist.ipf
  6. goto exit
  7. :err
  8. echo ******************************************************
  9. echo Place combined interrupt list .lst files into this dir
  10. echo INTERRUP.LST, PORTS.LST, CMOS.LST, MEMORY.LST, I2C.LST, FARCALL.LST
  11. echo SMM.LST, MSR.LST, GLOSSARY.LST required by default.
  12. :exit
  13.