Старожил
Сообщения: 200
Благодарности: 2
|
Профиль
|
Отправить PM
| Цитировать
всем спасибки всё заработало. Только команда cd не работает, применил pushd - с ней всё в поряде.
Вот что у меня получилось :
pushd %windir%\temp
RD /s /q %windir%\temp
pushd %temp%
RD /s /q %temp%
pushd "%userprofile%\local settings\Temporary Internet Files"
RD /s /q "%userprofile%\local settings\Temporary Internet Files"
pushd %userprofile%\cookies
RD /s /q %userprofile%\cookies
exit
|
Отправлено: 23:09, 11-01-2010
| #17
|