⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install.bat

📁 杭州利宇泰公司的基于44B0的ARMSys开发板上的大量源代码
💻 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 + -