|
哇,真有效!要在同个目录下操作:checkscsi.bat
...
:TXTSETUP
COPY /Y %SRS_R%\TXTSETUP.SIF %SRS_R%\TXTSETUP.tmp
del %SRS_R%\TXTSETUP.SIF
ren %SRS_R%\TXTSETUP.tmp %SRS_R%\TXTSETUP.SIF
COPY /Y %SRS_R%\TXTSETUP.SIF
SIF2PCI txtsetup.sif
copy /y TXTSETUP.PCI txtsetup.sif >nul
call checkpci.bat HWID
>pci.txt echo.[HardwareIdsDatabase]
>>pci.txt HWID.com|sort /*|tfind /v "ide"|tfind /v "isapnp"
DEL HWID.COM >nul
<pci.txt lmod /l* call sif2scsi [$2 U]>_gethid.bat
call _gethid.bat
del _gethid.bat
>>%PEdir%\txtsetup.sif type pci.txt
del pci.*
goto :end |
|