- May
- 13,590
- 201
I gave the command "del *.txt" in my temp folder and got
I was watching an Explorer window and they disappeared. They weren't really deleted because a refresh (F5) of the Explorer window brought them back.
When I try it with CMD I get the same error messages and the files DO NOT disappear from the Explorer window! Likewise with TCSH and PowerShell ... error messages and the files DO NOT disappear from the Explorer window.
Is there any speculation why they disappear with TCC and not with other shells?
Code:
del *.txt
Deleting T:\FXSAPIDebugLogFile.txt
TCC: (Sys) The process cannot access the file because it is being used by another process.
"T:\FXSAPIDebugLogFile.txt"
Deleting T:\FXSTIFFDebugLogFile.txt
TCC: (Sys) The process cannot access the file because it is being used by another process.
"T:\FXSTIFFDebugLogFile.txt"
0 files deleted 2 failed
When I try it with CMD I get the same error messages and the files DO NOT disappear from the Explorer window! Likewise with TCSH and PowerShell ... error messages and the files DO NOT disappear from the Explorer window.
Is there any speculation why they disappear with TCC and not with other shells?