我有一个在Windows中生成字符串的程序。每个字符串在一段时间后以随机顺序出现。
当program.exe运行时,我会实时搜索字符串,以便在检测到一个特定字符串"时触发操作。
script.bat:
run program.exe
if string "script three" is detected then echo "hello"
program.exe
time 1s : "string one" ............
time 25s: "string two" ......................................
time 1min50s : "string three"
hello