NSIS查找文本中是否包含某个字串
摘要:
!include "textfunc.nsh"!include "logiclib.nsh"OutFile "find.exe"#文本文件a.txt内其中一行包含字串kb234783 #编写 水晶石 #查找文本中是否包含某个字串 Var found Sec... 阅读全文
posted @ 2022-08-12 19:30
水晶石
阅读(451)
评论(0)
推荐(0)
NSIS(Nullsoft Scriptable Install System)软件封装技术探讨与交流