📄 install.bat
字号:
@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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -