Batch Files Selection
Previous Topic  Next Topic 

 

There are 3 ways to generate the batch files list:

 

 

1. Pick Files from browser

 

By entering File types Filter and clicking "Pick Files" in "Batch Runner" dialog, a "Pick Multiple Files" dialog box poped-up.

 

 

User can select one or many files by using ctrl or shift+mouse click. The loaded files are sorted by name by default, user can sort by date or other columns by clicking the column header.

 

 

2. Search Files from browser

 

By clicking "Search Files", a dialogbox "Search Files" is poped-up.

 

 

1) User can enter "File name Filter", "Search Directory" to search for files.

 

Some advanced options are also provided:

 

2) User can also filter the file by checking the Containg Word/Phrase.

 

Ignore cases switch: For instance, 'abc' ignore cases will match all files containing 'abc','ABc' or 'ABC', 'abc' without ingore cases will return all files containing exact 'abc'.

 

Regular expression switch: For instance, 'abc.d' with Regular Expression switch will match abcad, abc1d, abcxd, ..., but 'abc.d' without Regular Expression switch will only match exact 'abc.d'

 

Cross line switch: For instance, 'abc.*?def' with Cross Line switch will match 'abc' and 'def' in different line, but 'abc.*?def' without Cross Line switch will only match 'abc' and 'def' in same line.

 

3) Maximum size and Minimum size switch can help user to limit file size for searching.

 

4) If Search Subdirectory switch is checked, all the subdirectory will be searched recursively

 

By clicking "Search",the original batch file list will be cleared, the searched files will be added into batch files list.

 

3. Extract http links from web address

 

By clicking "Extract links" button, a "Extract Links" dialogbox is poped-up.

 

 

At the top, user can enter Link Type Filter to select required type.

 

There are maximum 9 web addresses can be entered below for Link extracting. After user enters web addresses and click "Extract", all the links meet the filter criteria will be populated to the batch file list.

 

If user want to extract links 1 level deeper for some types of link like 'html', option "Extract 1 level deeper for link type" should be checked and corresponding link type can be set.