Is it possible to start CCS so that it comes up in the state that would be achieved by starting CCS, opening the scripting console, and giving a loadJSFile command with a string provided outside CCS?
Perhaps there is a command option, like:
C:\ti\ccsv5\eclipse\ccstudio.exe -js "C:\random_place\somefile.js"
js:> loadJSFile("C:\random_place\somefile.js");
Failing that, can a similar thing be done using GEL files?
The crucial thing is that there must be no requirement to go into CCS and do anything manually.