I'm using CCS 5.3.0.00090. I have to involve some bat-file after building the program. But the way to this file must be independed of project location. So i decided to specify in "Post-Build steps" in "Command" line:
I tried to use ${PROJECT_LOC}, "${PROJECT_LOC}" and others, but it doesn't work. Which way to specify my bat-file is correct?



