Encoding directory content without specifying filemasks

Top  Previous  Next

It's possible to use shorter syntax for directory encoding. All specified directories will be recognized and the "*" filemask will be added:

>encode5 -r source_dir

 

instead of the following in previous versions:

>encode5 -r "source_dir/*"