[Feature]Upload Modem source code

Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/tools/lif_parser/run.bat b/mcu/tools/lif_parser/run.bat
new file mode 100755
index 0000000..d7154ea
--- /dev/null
+++ b/mcu/tools/lif_parser/run.bat
@@ -0,0 +1,10 @@
+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