install.bat

来自「基于ARM的应用Source6」· Batch 代码 · 共 15 行

BAT
15
字号
@echo off
copy windrvr.sys %windir%\system32\drivers
if not errorlevel == 0 goto error
copy wd_virtual.inf %windir%\inf
if not errorlevel == 0 goto error
copy usbn9603.inf %windir%\inf
if not errorlevel == 0 goto error
wdreg_gui.exe install 
if not errorlevel == 0 goto error
goto exit
:error
echo -------------------------------------------------------
echo ERROR: Could not install the driver !!! 
echo -------------------------------------------------------
:exit

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?