home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / sysutils / reboot / builddr.bat next >
DOS Batch File  |  1990-02-21  |  130b  |  6 lines

  1. del rebootdr.exe
  2. del rebootdr.sys
  3. masm rebootdr.asm;
  4. link rebootdr,rebootdr.sys,,os2,rebootdr
  5. ren rebootdr.dll rebootdr.sys
  6.