Introductions

Getting start

Add directories to search

Set search filters

Search duplicate files

Search files only, don't check duplicate

Operate during searching files

Manipulate the found files

Configure

Advanced

Search in result

Quick viewer

Folder browser

Batch process

File Shredder

Save/Load file list and options

Create new file list

Create shortcut files

Export

Export file list

Export editor

Export patterns

Numeric editor

Date/Time editor

Format editor

Shortcut key list

FAQs, Ticks and Tips



Last update on
Jul. 17, 2006
Batch process
This feature is obsolete, please use 'Export' to do the batch process.



Batch process is a powerful feature that allow you execute any command on multiple files at one time.
To batch process, type the command you want to execute, then click button 'Process'.
You can also save the command to a batch file(.bat). That will decrease the batch process time.

You can also use macros in the command.
Assume the file name is c:\test\tryonly.txt,
$p: Full path name. It will be expanded to c:\test\tryonly.txt.
$d: Only folder name, not include tail back slash. It will be expanded to c:\test.
$f: Only file name, not include dot and extension. It will be expanded to tryonly.
$e: Only file extension, not include dot. It will be expanded to txt.
$cx: File count, x is the number width, 0 to 9. It will be expanded to 001, 002, etc.
$$: Dollar mark, " . It will be expanded to $.