当字符串出现在控制台程序中时触发的脚本

时间:2017-02-10 18:44:28

标签: windows batch-file cmd

我有一个在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

0 个答案:

没有答案