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?