rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | REM batch |
2 | echo off | ||||
3 | |||||
4 | SET mypath=%~dp0 | ||||
5 | echo %mypath% | ||||
6 | |||||
7 | perl lif_tbl_parser.pl %mypath%\MT6297_lif_tbl\97LIF_All_Tables_v1_2019_0723.xlsx %mypath%\output_tables.c | ||||
8 | perl 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 | |||||
10 | PAUSE |