Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: Подолгу не удаляются exe-файлы по Shift+Del в Windows 7 
Author Message
MVV



PostPosted: Thu Mar 10, 2011 19:59    Post subject: Reply with quote

По идее, файл должен был удалиться...
Может, стоит записывать лог до того как файл вернется? Тогда для тестов можно использовать батник вида:
Code:
@echo off
md 1
copy testfile.exe 1
del 1\testfile.exe
:again
echo press a key to check if file exists...
pause
if not exist 1\testfile.exe goto again
echo.
echo STOP LOG!
pause

_________________
TCFS2 + TCFS2Tools: Полноэкранный режим и многое другое (обсуждение)
WINCMD.RU: AskParam, CopyTree, NTLinks, Sudo, VirtualPanel…
View user's profile Send private message ICQ Number


Powered by phpBB © 2001, 2005 phpBB Group