home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor3.zip / DISK_13 / IMAGE12.ZIP / CATALOG / PMFTRMBE.ITL < prev    next >
Text File  |  1993-08-23  |  1KB  |  23 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. * PMFTRM ITL script                                                          *
  11. ******************************************************************************
  12. msgmode off
  13. repstr devname,  &val({boot.drive})\OS2\COM.SYS
  14. rf &val({boot.drive})\CONFIG.SYS
  15. if '&env(RXCADD.OPTYPE)' = 'ADD'
  16.   say Installing PMFTRM device driver...
  17.   cmd device=&val(devname), bottom
  18. endif
  19. if '&env(RXCADD.OPTYPE)' = 'REMOVE'
  20. endif
  21. wf &val({user.dir})oldconfg, 3
  22. exit 0
  23.