Opening projects via command line
You can open projects via the command line without having to login to the UserClient.
To do this, you must create a batch file with the following data:
- The relative path of the component:
C:\Program Files\VDogClient.exe /at:c /rd:f\vdClientArchive" /CPATH:\Plant 1\Hall 1\Area 1\ 77"
or the ID of the Component:C:\Program Files\VDogClient.exe /at:c /rd:f\vdClientArchive /CID: F48ADE92F701419396364D9BA3ABBC15
- Your login data for versiondog: /account:{user} /domain:{domain} /password:{password}
For example:
C:\Program files\VDogClient.exe /at:c /rd:f\vdClientArchive" /CPATH:\Plant 1\Hall 1\Area 1\ 77" /account:{user} /password:{password}
This opens the project in the UserClient. Click on Open with editor to edit the project.
FAQ
Editing projects from a web platform
Situation: In our company, the projects from the server archive are listed on a web platform. Is it possible to edit these projects directly on this platform?
The projects can be edited via command line and via the UserClient. Please refer to the information in this tutorial on how to proceed.
Info
This procedure is only possible if your web-based platform allows to start programs on your PC. Please refer to the manufacturer's documentation.