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.

CCSV5.1 batch file imports fail using relative addressing

Other Parts Discussed in Thread: CCSTUDIO

Typical command (this works)

 

c:\ti\ccsv5\eclipse\eclipsec.exe -nosplash -data %USERPROFILE%\workspace_v5_g3_std_u -application com.ti.ccstudio.apps.projectImport -ccs.location \dspsrdc_csa\emeter\dsp_c28x\G3\proj\acm

 

This command will fail.

 

c:\ti\ccsv5\eclipse\eclipsec.exe -nosplash -data %USERPROFILE%\workspace_v5_g3_std_u -application com.ti.ccstudio.apps.projectImport -ccs.location ..\dsp_c28x\G3\proj\acm

 

I would like to make the batch files more robust and use relative addressing but this command fails.  Why does this limitation exist?