|
3#

楼主 |
发表于 2008-1-11 16:10:55
|
只看该作者
原帖由 zts59 于 2008-1-11 03:41 PM 发表 
好像yonsm能搞定
还有楼主能不能把64位下的驱动也提取出来?
搞定了,原来sc就可以搞定!(不过会出现批处理窗口,不知大虾们还有更好的方法?)
IF %OP%NO==NO (FOR /f "delims=" %%I in (%0) do Set OP=%%~dpI)
start /wait sc.exe create VirtualDrive binPath= "%OP%vdd-x86.sys" type= kernel start= auto error= ignore
start /wait sc.exe start Virtualdrive
start /wait VirtualDriveManager.exe
start /wait sc.exe stop Virtualdrive
start /wait sc.exe delete Virtualdrive
[ 本帖最后由 Civiwu 于 2008-1-11 04:12 PM 编辑 ] |
|