Hi,
when I have an imv instance running, I can open and view files with
imv-msg PID open "/home/user/pathWithoutSpaces/filename"
followed by
imv-msg PID goto -1
However imv-msg
can't open the file if there is a space in the path or in the filename i.e.
imv-msg PID open "/home/user/path With Spaces/filename"
and
imv-msg PID open "/home/user/pathWithoutSpaces/filename with spaces"
both fail