Error when running PVITransfer from command line

Hi,
When I try to run the PVITransfer.exe in -silent or -autoclose mode, the Runtime Utility Center UI is shown with an error message “Cannot open file C:\Users\xxx\Files\xxx”. Does anyone know what could be the issue?

Previously, when I ran in -silent mode, the process completed without any UI and in -autoclose, a progress bar UI was shown.

The command I use is:
C:\BrAutomation\PVI\V4.7\PVI\Tools\PVITransfer\PVITransfer.exe -autoclose -C:\Download path\download.pil

Regards,
Kenneth

I think I found the problem. My path had spaces and I needed to enclose it in “”.

Ie. C:\BrAutomation\PVI\V4.7\PVI\Tools\PVITransfer\PVITransfer.exe -autoclose -“C:\Download path\download.pil”

1 Like