我有这种类型的文件txt:
007 87855
008 87823
015 87830
两列由选项卡分隔
我想这样做:
read each line of input.txt
if %%test == first_column_value_file
then assign %%second_column_value_file to %%var
"test" for example is 008.
当我的 %%a 与第一列的值匹配时,我可以停止读取文件。可以批量进行吗?