美文网首页
2019-04-24 模拟器自动全部写入

2019-04-24 模拟器自动全部写入

作者: netppp | 来源:发表于2019-04-24 14:04 被阅读0次

    procedure TForm1.Button1Click(Sender: TObject);

    var i:integer;

    begin

        for i:= 1 to strtoint(edit1.text)  do

        begin

            WinExec(PChar( 'cmd.exe ' + '/c '+'dnconsole.exe  action --index '+inttostr(i)+' --key call.input --value '+memo1.lines[i-1]),SW_HIDE);

        end;

    end;

    相关文章

      网友评论

          本文标题:2019-04-24 模拟器自动全部写入

          本文链接:https://www.haomeiwen.com/subject/blhggqtx.html