English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

1 answers

As you may know, all the files and shortcuts you delete in Windows now goes to the "Recycle Bin." It's easy enough to "undelete" or "recycle" files in the "Recycle Bin" from Windows, but here's how to access them from a "DOS Prompt" or a "Command Prompt:"

Go to the "DOS Prompt" or "Command Prompt"

Change to the drive you want to access the recycled files for. For example, if you deleted a file from the drive C, it will go to the recycle bin on the C drive.

Change to the "RECYCLED" directory (this is a hidden directory which will not show-up on a regular DIR command).

For example:

CD \RECYCLED



Files in the "Recycled" directory are hidden as well, so apply the following command to make them visible:

ATTRIB -R -S -H *.*



Now you'll be able to use regular directory and file manipulation commands from the "Command Prompt" on recycled files:

DIR /A



Also note that there are two special files (which you can use any text editor to view):

DESKTOP.INI
INFO

2006-06-29 03:15:15 · answer #1 · answered by 942 5 · 5 0

fedest.com, questions and answers