Install the twin Mirror
This documentation provides an overview of how you can install the twin mirror on your system.
Installing twin
First of all, twin must be installed on your system. To do so you can follow the installation guide for twin. To use twin, you need a valid license.
In order to install the license your can follow the license installation guide too.
Create a batch file to start the server with your project
To start the twin server with a specific project, you can create a batch file, for example.
Follow these steps to create a new .bat
file that performs the specified action:
- Open a text editor (such as Notepad) on your system.
- Copy and paste the following content into the text editor:
Replacestart "twin Server" /D "%programfiles%\digifai\twin\V3S_Server\Program" V3S_Server.exe <filename> true
<filename>
with the actual path to your*.v3sproj
file. - Save the file with a .bat extension (e.g.,
start_twin_server.bat
).