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.

Problem of using loadti in a windows batch file



Hi,

I'm trying to call loadti in a Windows batch file. It seems the command after loadti doesn't get executed. Below is my simple batch file:

set ccs_out_folder=C:\Dolby_TrueHD\Dolby_TrueHD_Decoder_Imp\CCS\Release\
set work_folder=%cd%
loadti -c C:\Users\a0869574\ti\CCSTargetConfigurations\DA830.ccxml %ccs_out_folder%dlb_truehd.out %*
copy %ccs_out_folder%dut_dec.wav %work_folder%\dut_dec_ccs.wav

The "copy" command never executes.

Can anybody help out?

Thanks very much.

Jianzhong