Kod EXE'yi bulamıyor

Katılım
3 Aralık 2016
Mesajlar
1.664
Çözümler
1
Daha fazla  
Cinsiyet
Erkek
Arkadaşlar bu kod EXE programı bulamıyor yapamıyorum kodda nerede hata var? Kodu anlatsanız.

Kod:
REM +==========================================================================+
REM | Finding CD/DVD driveletter. |
REM |--------------------------------------------------------------------------|
SET TAGFILE=\OEM
FOR %%i IN (C D E F G H I J K L M N O P Q R S T U V W X Y) DO IF EXIST "%%i:%TAGFILE%" (
 SET CDDRIVE=%%i:
 GOTO CDFOUND.
)
:CDFOUND

REM +==========================================================================+
REM | Decompressing the DriverPacks to the harddisk - using un7zip.exe. |
REM |--------------------------------------------------------------------------|
Start /wait %CDDRIVE%\OEM\DriverUpdater.exe "presetup"

REM +==========================================================================+
REM | Copying/decompressing the files to finish the installation. |
REM |--------------------------------------------------------------------------|
%CDDRIVE%\OEM\bin\un7zip.exe %CDDRIVE%\OEM\bin\x86.7z %SystemDrive%\
::COPY /Y %CDDRIVE%\OEM\bin\DPsFnshr.ini %SystemDrive%\
IF EXIST %CDDRIVE%\OEM\*.ins COPY /Y %CDDRIVE%\OEM\*.ins %SystemDrive%\

REM +==========================================================================+
REM | Scanning for driverdirectories. |
REM |--------------------------------------------------------------------------|
IF EXIST %SystemDrive%\D\ %CDDRIVE%\OEM\bin\DevPath.exe %SystemDrive%\D

IF not EXIST %SystemDrive%\D\ md %SystemDrive%\D
REM +==========================================================================+
REM | Disable Driver Signing Policy and keep it disabled. |
REM |--------------------------------------------------------------------------|
START %SystemDrive%\DSPdsblr.exe

DriverUpdater.exe bunu bulamıyor.
 
Son düzenleme:

Technopat Haberler

Yeni konular

Geri
Yukarı