home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / iodat.cmd < prev    next >
OS/2 REXX Batch file  |  1995-06-24  |  178b  |  8 lines

  1. @ echo off
  2. rmview /irq > temp.txt
  3. rmview /dma > temp1.txt
  4. rmview /io > temp2.txt
  5. rmview > temp3.txt
  6. copy temp.txt + temp1.txt + temp2.txt +temp3.txt io.dat
  7. del temp*.txt
  8.