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