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.

Automatic loading of scripts in CCSv5

Hello,

In the wiki topic related to "Scripting Console", you mention that it in CCSv4 is possible to load automatically a script located in the folder "ccsv4\common\IDE\scriptingConsole".

Is there a mechanism simila in CCSv5? (I cannot see any effect when placing some scripts in "C:\ti\ccsv5\ccs_base\common\IDE\scriptingConsole").

Thanks,

Armel

  • Hello Armel,

    I recommend you use the loadJSFile command with the second parameter set to "true" (note that there is some issue if you use a comma between the first and second parameters). This will then autoload the script in the future when using that workspace.

    Thanks

    ki