美文网首页
2019-04-24 启动模拟器

2019-04-24 启动模拟器

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

    procedure TForm1.Button6Click(Sender: TObject);

    var  i:integer;

    begin

            //dnconsole.exe  launch --index 1  启动模拟器

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

      begin

      WinExec(PChar( 'cmd.exe ' + '/c '+'dnconsole.exe  launch --index '+inttostr(i)),SW_HIDE);

      end;

    end;

    相关文章

      网友评论

          本文标题:2019-04-24 启动模拟器

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