ChronoAngel
Advanced Member | Редактировать | Профиль | Сообщение | ICQ | Цитировать | Сообщить модератору ComradG боюсь не получится их объединить,по всей видимости они должны только из своей папки запускаться,вот один из них(эхо я вырезал,и паузы,наверно и ошибки тогда тож не нужны) pushd x64 infinst.exe xinput9_1_0_x64.inf, Install_Driver popd xcopy /Y "x64\xinput9_1_0.dll" "%SystemRoot%\System32">nul xcopy /Y "x64\ru-RU\xinput9_1_0.dll.mui" "%SystemRoot%\System32\ru-RU">nul xcopy /Y "x64\xinput9_1_0_x64.cat" "%SystemRoot%\System32">nul xcopy /Y "x64\xinput9_1_0_x64.inf" "%SystemRoot%\System32">nul if %errorlevel% NEQ 0 goto error pushd %windir%\System32 InfDefaultInstall xinput9_1_0_x64.inf, x64_Install del xinput9_1_0_x64.cat xinput9_1_0_x64.inf if %errorlevel% NEQ 0 goto error popd xcopy /Y "x86\xinput9_1_0.dll" "%SystemRoot%\SysWOW64">nul xcopy /Y "x86\ru-RU\xinput9_1_0.dll.mui" "%SystemRoot%\SysWOW64\ru-RU">nul xcopy /Y "x86\xinput9_1_0_x86.cat" "%SystemRoot%\SysWOW64">nul xcopy /Y "x86\xinput9_1_0_x86.inf" "%SystemRoot%\SysWOW64">nul if %errorlevel% NEQ 0 goto error pushd %windir%\SysWOW64 InfDefaultInstall xinput9_1_0_x86.inf, x86_Install del xinput9_1_0_x86.cat xinput9_1_0_x86.inf if %errorlevel% NEQ 0 goto error popd goto end :error :end Exit |