how to add the file name as first coulmn?

前端 未结 0 403
情歌与酒
情歌与酒 2021-01-23 00:00

I tried to merge CVS files with the following code:

@echo off
    break > merged.csv
    for %%f in (pro*.csv) do for /F "tokens=*" %%g in (\'type &         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题