?? 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 + -