<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><div id="yui_3_16_0_ym19_1_1498206551040_13994" dir="ltr">
              <td id="yui_3_16_0_ym19_1_1498206551040_15726" align="left"><br id="yui_3_16_0_ym19_1_1498206551040_15727"><pre id="yui_3_16_0_ym19_1_1498206551040_15728">Hello,

I'm running a script (VBS on Windows 7) that generates an output file with the 
LibreOffice extensions installed:

   <br>    Set objShell = WScript.CreateObject ("WScript.Shell")
    Set objExecObject = objShell.Exec ("cmd /C C:\Program Files\LibreOffice 5\program\unopkg.exe list --shared > C:\listext.txt"

The generated listext.txt file is empty (0 KB)

But if I run the same command from shell dos

   unopkg.exe list --shared > C:\listext.txt

the listext.txt file is generated correctly with all the information I need.

Can someone help me?

Thanks in advance
Marta Rossi</pre></td></div></div></body></html>