Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Новый участник


Сообщения: 19
Благодарности: 0

Профиль | Отправить PM | Цитировать


никак не могу справиться казалось бы уже с решенной проблемой: не удаляется папка install после установки програм....
вот мой cmd - файл, подскажите где туплю...

@echo off
TITLE Windows XP SP2 - Unattended Installation
ECHO.
ECHO Over the next few minutes you will see automated installations
ECHO of various sofware applications, and registry tweaks being
ECHO implemented. The computer will restart automatically
ECHO once the whole process has finished!

ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S %systemdrive%\Install\RegTweaks.reg

ECHO.
ECHO installing Acrobat Reader 7
ECHO Please wait...
start/wait %systemdrive%\Install\AdbeRdr705_rus_full.exe /s /v" /qn"
ECHO.

ECHO installing Total Commander 6.53 PowerPack
ECHO Please wait...
start/wait %systemdrive%\Install\TotalCommander.exe /S /D=C:\Program Files\Total Commander 6.53 PowerPack

ECHO.
ECHO installing wrar36b2ru
ECHO Please wait...
start/wait %systemdrive%\Install\winrar\wrar36b2ru.exe /s

ECHO.
ECHO Installing Office 2003
ECHO Please wait...
start /wait %systemdrive%\Install\Applications\Office2003\setup.exe

ECHO.
ECHO Deleting Temp Installation Files...
RD /S /Q %systemdrive%\Drivers
RD /S /Q %systemdrive%\Install

ECHO.
ECHO Restarting the PC in 1 minute...
shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute, this will give enough time for the shortcuts to update and for the shell to fully load before its ready to restart!"

EXIT

пробовал его запускать и из самой папки install и из корня раздела - все одно и то же, папка drivers удаляется, вообще-то она пока пустая, а вот из папки install удаляется только acrobat, а все остальное преспокойно лежит на месте..

Отправлено: 08:13, 29-08-2006 | #24