Check button for EAC logfile

Hi

With the new version of EAC 1.0 beta 1 is possible to verify the integrity of the log file.

I wanted to know if it was possible create a button to check it.

Now, I use the CLI DOSPROMPT function. After I write "checklog"and then drag and drop file.

I wanted to automate this.

Select the file (Artist - Cd Title.log) and press the button

Usage:

Checklog.exe

Thanks

Set the command type to MS-DOS Batch Mode and the command to:

Checklog.exe {filepath$} pause

Perfect!!!!

Thanks

The button:

<?xml version="1.0"?> <button backcol="none" display="icon" separate="yes" textcol="none"> <label>EAC CheckLog</label> <icon1>C:\Program Files (x86)\Exact Audio Copy\EAC.exe,0</icon1> <function type="batch"> <instruction>C:\Program Files (x86)\Exact Audio Copy\Checklog.exe {filepath$}</instruction> <instruction>pause</instruction> </function> </button>