This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS Externaly open specific file at specific line

Other Parts Discussed in Thread: CCSTUDIO

I would like to open file in CCS at specific line.

I use this command in console: 
C:\ti\ccs901\ccs\eclipse>eclipse.exe %USERPROFILE%\path_to_file\file_name.c:num_of_line
it works. Eclipse is launched (if it was not yet) and file is being opened.

When I try with:
C:\ti\ccs901\ccs\eclipse>ccstudio.exe %USERPROFILE%\path_to_file\file_name.c:num_of_line
it is not working.

Is there any way to open externally file in CCS?