windows-nt/Source/XPSP1/NT/base/ntsetup/oeminf/go.bat

17 lines
379 B
Batchfile
Raw Normal View History

2020-09-26 03:20:57 -05:00
@echo off
if %1# == # goto usage
mkdir \tmp
del \tmp\filename
where /r %1 *.inf > \tmp\filename
oeminf.exe \tmp\filename MCA > \tmp\x
oeminf.exe \tmp\filename ISA >> \tmp\x
oeminf.exe \tmp\filename EISA >> \tmp\x
oeminf.exe \tmp\filename "Jazz-Internal Bus" >> \tmp\x
cat \tmp\x inf > oemnadzz.inf
goto end
:usage
echo usage: go "drivelocation" eg: go f:\drvlib\netcard
:end