Exporting file lists and creating batch files
Exporting CSV Files
Here you can export scanned files to a CSV file for import to other software (such as Microsoft Excel).
These CSV files are comma-separated text files, with quoted fields and a header row.
Creating batch files
Using this tool you can create batch files (or any other kind of list) from the marked files using a custom format.
Flags:
/file - File name
/folder - Folder name
Example setting:
del /folder/file /p/f
Content of output file:
del C:\myfolder\myfile1.txt /p/f
del C:\myfolder\myfile2.txt /p/f
del C:\myfolder\myfile3.txt /p/f
...