home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3c90x / Ver5.01 / 3c90xx2.exe / 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.