I am trying to open a specific folder in ProjectWise Explorer V8i (SELECTseries 4), using the command prompt.
Even though I follow these instructions, it does not seem to work: http://communities.bentley.com/products/projectwise/content_management/w/wiki/9209.command-line-arguments
For example, the line below does not open the specified path. Instead, when ProjectWise is opened, it goes to the folder that was active last time I closed the application:
"C:\Program Files (x86)\Bentley\ProjectWise\bin\pwc.exe" -d PWSRV.ad.domain.dk:ABC -vn Folder\Subfolder\ (fictitious domain)
I have tried removing the trailing blackslash in the -vn argument. No success. I have also tried replacing -vn with both -fp and -fn. Does not work either.
Does anyone have a clue why it is not working?
Best regards,
Søren
Hi,
I'm wondering what I am doing wrong here. So far PW only opens and navigates to the folder, thats it. But actually I try to open it. This is my command:
pwc -d OURPROJECT -u name.surname@mail.com -p MyPassword -vn "pw:\\projectwise.company.com:My\Documents\Path\" -in "MyFile.xlsm" -c 30501
This also does the same:
pwc -d OURPROJECT -u name.surname@mail.com -p MyPassword -vn "pw:\\projectwise.company.com:My\Documents\Path\MyFile.xlsm" -c 30501