CSVファイル結合


CSVファイル結合


set OUTPATH=%~dp0_Result
if not exist "%OUTPATH%" (
    mkdir "%OUTPATH%"
)
type *.csv > %OUTPATH%\csvAll.csv