I want to list the files that are in the recycle bin in Vista from the command line. So far I have this:
dir C:$Recycle.Bin /s /b >> recyclebin.txt
This works alright, the output I get is this:
C:$Recycle.binS-1-5-21-931442927-344369455-2477061601-1000$I2H8K48.zip
C:$Recycle.binS-1-5-21-931442927-344369455-2477061601-1000$IE94UAG.exe
C:$Recycle.binS-1-5-21-931442927-344369455-2477061601-1000$IR4P99W.rar
C:$Recycle.binS-1-5-21-931442927-344369455-2477061601-1000$R2H8K48.zip
C:$Recycle.binS-1-5-21-931442927-344369455-2477061601-1000$RE94UAG.exe
C:$Recycle.binS-1-5-21-931442927-344369455-2477061601-1000$RR4P99W.rar
And I only have 3 files in my recycle bin named auto-it-v3-setup.exe
, fcleanerportable.rar
and Reinstall.rar
.
Is there any way to get these names into a .txt
file list, rather than those code-named files above?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…