delphi窗体启动外部exe

uses Winapi.Windows;

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

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