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.
Tool/software: Code Composer Studio
I am using Windows 10 with CCS (Version 9.0.1.00004) and want to use the scripting capabilities provided by dss.bat from the command line. I have used the tool years ago without issue for automating test cases, but ran into this issue this morning.
I get the following after typing dss.bat in a cmd window (screen shot):
Looking online I found some possible reasons such as, there could be an issue in the batch (possibly needing quotes around path variable)
I can provide more information if needed (environment variables etc). Note: The scripting console works find in the debug perspective.
Hi Steve,
You need to pass in at least one parameter (usually the script path/name). Though admittedly, the error message is not very helpful. It should at least spit out the help for the command.
I filed a bug for that last bit. tracking link: https://sir.ext.ti.com/jira/browse/EXT_EP-9731
Thanks
ki