cmd-шник на удаление всех файлов с опр. папки?
что по этому вопросу?
Код: Выделить всё
del /f /q %systemroot%\temp\*.*Код: Выделить всё
X:\STUFF>del /s C:\Documents and Settings\Администратор\Application Data\Microso
ft\Internet Explorer\Quick Launch\*.*
Системе не удается найти указанный путь.Код: Выделить всё
X:\STUFF>del "C:\Documents and Settings\Администратор\Application Data\Microsoft
\Internet Explorer\Quick Launch\*.ink"
Не удается найти C:\Documents and Settings\Администратор\Application Data\Micros
oft\Internet Explorer\Quick Launch\*.inkКод: Выделить всё
del "%USERPROFILE%\Application Data\Microsoft\Internet Explorer\Quick Launch\*.ink"