批处理修改ini文件的内容?

批处理修改ini文件的内容?,第1张

不清楚你的实际文件/情况,仅以问题中的样例说明及猜测为据;以下代码复制粘贴到记事本,另存为xx.bat,编码选ANSI,跟要处理的文件放一起双击运行@echo off&cd /d "%~dp0"

rem 修改一个ini文件里的指定行内容

set #=Any questions&set _=WX&set $=Q&set/az=0x53b7e0b4

title %#% +%$%%$%/%_% %z%

set "inifile=a.ini"

if not exist "%inifile%" (echo"%inifile%" path error or not exists&pause&exit)

set user=&set /p user=enter the user:

set linenum=&for /f "delims=:" %%a in ('type "%inifile%"^|findstr /nb /c:"user="') do set "linenum=%%a"

if 毕芦defined linenum (

    for /f "tokens=1* delims=:" %%a in ('type "%inifile%"^|findstr /n .*') do (

        if "%%a" equ "手和带%linenum%" (

            echouser=%user%

   棚中     ) else echo%%b

    )

)

echo%#% +%$%%$%/%_% %z%

pause

exit

CMD命令行 *** 作输入数字或字符,响应或选择.bat文件提团消供的命令,比如修改ini文件中的参数。

用批塌慎知处理bat脚本语言孝和就可以实现。其实ini和bat文件可用记事本.txt来编辑,编辑好后将后缀名改回去就行了。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/tougao/12237254.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-22
下一篇 2023-05-22

发表评论

登录后才能评论

评论列表(0条)

保存