Installation on Windows
Last updated
Last updated
Java 8 (or +) must be installed, that's all.
You can check it with the command
X:\>
java -version
With your browser go to "" page
Choose the "Latest version" and ckick "Download" button.
A ZIP file "telosys-cli-x.x.x-xxx.zip" will be downloaded.
Copy the "zip file" in the directory where you want to install Telosys.
Use your favorite zip tool to unzip "telosys-cli-x.x.x-xxx.zip" in this directory (eg "Extract Here" )
To be able to launch Telosys from any location, just add its directory to the "PATH".
Open the Start Search, type in “variable”, and choose “Edit the system environment variables”:
In the "System Properties" window :
click the "Advanced" tab,
then click the "Environment Variables" button.
In the "Environment Variables" window :
in the "System variables" section
select the "Path" variable and click the "Edit" button
Add the Telosys directory in the PATH variable
Now if the PATH variable is set correctly you can launch Telosys from any directory.
Open a command window ( open the Start Search and enter "cmd" )
Move to the directory where you want to use Telosys
X:\>
cd myproject
Launch Telosys-CLI using telosys
command (telosys.bat
)
or tt
command (tt.bat
) for older versions (before version 4.2.0)
X:\myproject>
telosys
For more convenience you can create a shortcut on the desktop
To launch Telosys in its own directory :
X:\telosys-dir\telosys.bat
To launch Telosys in a specific directory (eg a project directory) use '-h' option :
X:\telosys-dir\telosys.bat -h X:\myproject-dir
You can use the "telosys.ico" file as the shortcut icon.