The extracted files should be extracted to output folder in RAW extension. It works fine here.
Make a batch file with this near xtool.exe and drag&drop the file onto batch file.
Code:
@echo off
CD /D "%~dp0"
if not exist "_output" mkdir "_output"
xtool.exe precomp -mogg -x"_output" %1
pause