home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / ovladace / 3com / 3c90xn / 3c90xn.exe / DISK1 / UTILS / PATCH.SCR < prev    next >
Text File  |  1994-12-09  |  448b  |  21 lines

  1. :* %VERv3 patch.scr v1.0b
  2.  
  3. :* ***************************************************************************
  4. :* Look in the CONFIG.SYS file for EMM386
  5. :* 
  6. moveto start
  7. :loopemm386
  8. find "device[     ]*=[     ]*{([a-z]:)?\\?([a-z0-9_.]+\\)*}emm386"
  9. if error endemm386
  10. set target @1@
  11. if match "^rem" nextemm386
  12. goto foundemm386
  13. :nextemm386
  14. moveto next
  15. goto loopemm386
  16. :foundemm386
  17. write targ386.dat "@target@"
  18. abort 0
  19. :endemm386
  20. abort 200
  21.