标题: XP 集成DPS的问题 [打印本页] 作者: zsx 时间: 2008-11-9 09:43 标题: XP 集成DPS的问题
下面是集成后$OEM$下的DP_Install_Tool.cmd
@Echo off
REM Written by Jeff Herre AKA OverFlow rev08.04.21
REM A Script to use MicroSofts DPinst.exe with the DriverPacks.
REM Help and Support available at http://forum.DriverPacks.net
Color 9f
Echo.
Echo Searching current drive for the DriverPacks...
Rem fast detect. (is it the current drive?)
FOR /f "delims=: tokens=1" %%i in ("%~dp0") do SET CDDRIVE=%%i:
IF exist %CDDRIVE%\$OEM$\bin\un7zip.exe GoTo M2Found