Bu kodları duzenler misiniz rica etsem $oem$ nasıl yapabilirim?
@Echo off
Start /wait %WINDIR%setup1.exe
Start /wait %WINDIR%setup2.exe
Start /wait %WINDIR%setup3.exe
ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%Apps
del /q /f "%0"
EXIT