home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1997 November
/
PCWorld_1997-11_cd.bin
/
hardware
/
ovladace
/
Sit
/
3com
/
edisk
/
3c59xn.exe
/
@
/
PATCH.SCR
< prev
next >
Wrap
Text File
|
1994-12-09
|
448b
|
21 lines
:* %VERv3 patch.scr v1.0b
:* ***************************************************************************
:* Look in the CONFIG.SYS file for EMM386
:*
moveto start
:loopemm386
find "device[ ]*=[ ]*{([a-z]:)?\\?([a-z0-9_.]+\\)*}emm386"
if error endemm386
set target @1@
if match "^rem" nextemm386
goto foundemm386
:nextemm386
moveto next
goto loopemm386
:foundemm386
write targ386.dat "@target@"
abort 0
:endemm386
abort 200