bat 脚本为什么用读取配置文件方式传递参数无法直接连接SVN。参数写死就行?

图片说明



```:configinfo
setlocal enabledelayedexpansion
for /f "delims=" %%i in ('type "D:\b2ccode\config.ini"^| find /i "="') do set %%i
endlocal & SET USER=%USER% & SET PWD=%PWD%
goto:eof
call svn checkout %tag_path%  %PRDNM% --username %USER% --password %PWD%

bat 为什么用读取配置文件方式传递参数无法直接连接SVN。参数写死就行。

https://blog.csdn.net/linyuejiang/article/details/3176846