Other Parts Discussed in Thread: CCSTUDIO
Hi everyone
I'm trying to build a project using the command line. If the project is inside the workspace folder, works great (in this case I made a test project inside the workspace folder)

The problem comes in my final implementation folder, because I have the workspace and the project in different locations.
¿Is possible to configure the cmd command to build the project with the workspace in one folder and the project in other different?
eclipsec -noSplash -data "C:\Users\Usuario\workspace" -application com.ti.ccstudio.apps.projectBuild -ccs.projects Test -ccs.configuration Debug
Many thanks in advance