How to import .oib file from relative path in ProMan?
I created a .net file on my laptop and wanna run it on a server with WinPropCLI, however, because of the absolute path (W:/...), when I ran it with WinPropCLI -F C:\MyProject.net -A , there will be an error (0) said not possible to open file, as shown in the figure1. In the figure, path 1 (with green underline) and path 2 (with green underline) are the same, which means that to run the .net file, it would go to path 1 first, and then it needs to read the .oib file, so it uses the absolute path 2 (W:/...) provided in the .net file again, as shown in figure 2. And there will be a disk file path (w:/) in the middle of the path.
May I ask is there any ways to solve the problem? Thank you so much in advance!