blob: d7154eadefdffe707d79fd70528a0196347cdf3e [file] [log] [blame]
rjw6c1fd8f2022-11-30 14:33:01 +08001REM batch
2echo off
3
4SET mypath=%~dp0
5echo %mypath%
6
7perl lif_tbl_parser.pl %mypath%\MT6297_lif_tbl\97LIF_All_Tables_v1_2019_0723.xlsx %mypath%\output_tables.c
8perl gain_reduction_tbl_parser.pl %mypath%\MT6297_lif_tbl\LIF_table_step1_Gain_Reduction_Customization_File_20190717.xlsx %mypath%\gain_reduction_output_tables.c
9
10PAUSE