home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor3.zip / DISK_13 / IMAGE12.ZIP / CATALOG / 20MEMUBE.ITL < prev    next >
Text File  |  1993-09-23  |  2KB  |  35 lines

  1. ******************************************************************************
  2. *                     Licensed Materials-Property of IBM                     *
  3. *                5604-472 (c) Copyright IBM Corporation, 1993                *
  4. *                            All rights reserved.                            *
  5. *                  US Government Users Restricted Rights -                   *
  6. *                 Use, duplication or disclosure restricted                  *
  7. *                by GSA ADP Schedule Contract with IBM Corp.                 *
  8. ******************************************************************************
  9. ******************************************************************************
  10. * OS20MEMU ITL script                                                        *
  11. ******************************************************************************
  12. msgmode off
  13. repstr source,  &val({core.dir})OS20MEMU\OS20MEMU.SYS
  14. repstr trgdir,  &val({user.dir})UTIL
  15. repstr target,  &val(trgdir)\OS20MEMU.SYS
  16. repstr drvrem,  *** OS20MEMU device driver
  17. repstr corerem, *** COU device drivers follows
  18. rf &val({boot.drive})\CONFIG.SYS
  19. if '&env(RXCADD.OPTYPE)' = 'ADD'
  20.   say Installing OS20MEMU device driver...
  21.   copy &val(source), &val(target)
  22.   addlocal &val({core.ini}), OS20MEMU, &val(trgdir), OS20MEMU.SYS
  23.   rem &val(corerem), bottom
  24.   rem &val(drvrem), after &val(corerem)
  25.   cmd device=&val(target), after &val(drvrem), \OS20MEMU.SYS
  26. endif
  27. if '&env(RXCADD.OPTYPE)' = 'REMOVE'
  28.   say Removing OS20MEMU device driver...
  29.   del &val(target)
  30.   remall &val(target)
  31.   dellocal &val({core.ini}), OS20MEMU
  32. endif
  33. wf &val({user.dir})oldconfg, 3
  34. exit 0
  35.