but there's one thing to do and that is cleaning up.
i have 2 folders "install"and "Drivers" that must be deleted(with everything in it)
but i dont know how to do it because i use only a hotfixes cmd
is it possible to ad cleanup to it ?
can someone give me a exampele for deleting the folders "install"and"Drivers"
the folders are in C:\
Quote
@echo off
ECHO.
color 1e
ECHO Installeren Van Office 2003 Pro...
ECHO.
ECHO Wachten Alstublieft...
start /wait %systemdrive%\install\Applications\Office2003\SETUP.exe /qb
ECHO.
ECHO Installeren Van Q817787 Voor Windows Media Player 8...
start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N
ECHO.
ECHO Installeren Van Q832483 MDAC-functie kan leiden tot uitvoering van een code...
start /wait %systemdrive%\install\hotfixes\NLD_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q
ECHO.
ECHO Installeren Van Q817778 Advanced Networking Pack...
start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z
ECHO.
ECHO Installeren Van DirectX 90 Security Update...
start /wait %systemdrive%\install\hotfixes\DirectX90-KB839643-x86-NLD.exe /quiet /norestart
ECHO.
ECHO PC Herstarten over 5 minuten
shutdown.exe -r -f -t 300 -c "Systeem zal afsluiten na 5 minuten om de updates bij te werken *SixPack Code Master*"
EXIT
ECHO.
color 1e
ECHO Installeren Van Office 2003 Pro...
ECHO.
ECHO Wachten Alstublieft...
start /wait %systemdrive%\install\Applications\Office2003\SETUP.exe /qb
ECHO.
ECHO Installeren Van Q817787 Voor Windows Media Player 8...
start /wait %systemdrive%\install\hotfixes\Q817787.EXE /Q:A /R:N
ECHO.
ECHO Installeren Van Q832483 MDAC-functie kan leiden tot uitvoering van een code...
start /wait %systemdrive%\install\hotfixes\NLD_Q832483_MDAC_x86.EXE /C:"dahotfix.exe /q /n" /q
ECHO.
ECHO Installeren Van Q817778 Advanced Networking Pack...
start /wait %systemdrive%\install\hotfixes\Q817778.exe /Q /O /N /Z
ECHO.
ECHO Installeren Van DirectX 90 Security Update...
start /wait %systemdrive%\install\hotfixes\DirectX90-KB839643-x86-NLD.exe /quiet /norestart
ECHO.
ECHO PC Herstarten over 5 minuten
shutdown.exe -r -f -t 300 -c "Systeem zal afsluiten na 5 minuten om de updates bij te werken *SixPack Code Master*"
EXIT



Help

Back to top








