delphi窗体启动外部exe

uses Winapi.Windows;

WinExec(PAnsiChar(Application.ExeName), sw_normal);   // PAnsiChar : string to PAnsiChar  启动外部的exe

posted @ 2015-10-17 18:13  王云盼  阅读(617)  评论(0)    收藏  举报