@echo off
for /f "delims=" %%i in (202.txt) do set "%%i=a"
for /f "delims=" %%j in (sh202.txt) do if not defined %%j echo %%j >>butong.txt
pause
运行一次这个脚本 运行其它语句 就提示我
系统找不到文件 202.txt
我想是环境变量的问题
for /f "delims=" %%i in (202.txt) do set "%%i=a"
for /f "delims=" %%j in (sh202.txt) do if not defined %%j echo %%j >>butong.txt
pause
运行一次这个脚本 运行其它语句 就提示我
系统找不到文件 202.txt
我想是环境变量的问题
