REM batch | |
echo off | |
SET mypath=%~dp0 | |
echo %mypath% | |
perl lif_tbl_parser.pl %mypath%\MT6297_lif_tbl\97LIF_All_Tables_v1_2019_0723.xlsx %mypath%\output_tables.c | |
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 | |
PAUSE |