Blitware FAQ: Undeleter CL User Guide

If you want to see a list of commands that are valid with the program you would type:

Undeleter --help

Undeleter CL Help command

There are three main strings that you will need to specify for use with the program. The first being what device you want to scan

To specify a scan of a drive you would type the following:

Undeleter -device H:

Undeleter scan

This does a full scan of the H drive but not start any recovery process.

The second and one of the most important strings is going to be filtering the results for the file you are looking to restore. In this example we are looking for a file called recovertext.txt

Undeleter -device H: --matching “recovertext”

Undeleter Scan with filter

This would look for any files containing the recovertext in their file name and list those files.

The third string you need to add is to specify where the program will recover the file to.

Undeleter -device H: --matching “recovertext” –undelete-to C:Recovery

Undeleter Set folder

This command would search the H drive for any files containing the recovertext in their file name and undelete them to C:Recovery.

Things you can do from here: