美文网首页
2019-04-24 启动APP

2019-04-24 启动APP

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

    procedure TForm1.Button7Click(Sender: TObject);

    var  i:integer;

    begin

            //dnconsole.exe  runapp --index 2 --packagename  cn.caocaokeji.user 启动应用

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

      begin

      WinExec(PChar( 'cmd.exe ' + '/c '+'dnconsole.exe  runapp --index '+inttostr(i)+' --packagename  cn.caocaokeji.user'),SW_HIDE);

      end;

    end;

    相关文章

      网友评论

          本文标题:2019-04-24 启动APP

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