📄 win2000.bat
字号:
@echo off
copy windrvr.sys c:\winnt\system32\drivers\
if not errorlevel == 0 goto error
copy wdpnp.sys c:\winnt\system32\drivers\
if not errorlevel == 0 goto error
copy usbn9603.inf c:\winnt\inf
if not errorlevel == 0 goto error
wdreg.exe install
echo -------------------------------------------------------
echo DIRVER INSTALLATION IS COMPLETE.
echo -------------------------------------------------------
goto exit
:error
echo -------------------------------------------------------
echo ERROR: Could not install the driver !!!
echo -------------------------------------------------------
:exit
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -