码迷,mamicode.com
首页 > Windows程序 > 详细

delphi 7 生成 调用 bat文件的exe文件

时间:2018-12-22 11:46:37      阅读:310      评论:0      收藏:0      [点我收藏+]

标签:for   cal   main   term   rap   nbsp   nat   rmi   str   

unit Unit1;

interface

uses
  Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
  Dialogs, StdCtrls;

type
  TForm1 = class(TForm)
    procedure FormCreate(Sender: TObject);

  private
    { Private declarations }
  public
    { Public declarations }

  end;

var
  Form1: TForm1;

implementation

{$R *.dfm}


procedure TForm1.FormCreate(Sender: TObject);
begin
Application.ShowMainForm:=False;
//
//MessageBox(Handle,‘警告信息框‘,‘警告信息框‘,MB_ICONWARNING);
//WinExec(‘C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe‘,sw_normal);
WinExec(‘kk.bat‘,SW_HIDE);

//Close;
application.terminate;
end;

end.

  delphi 7 下载地址 http://www.pc0359.cn/downinfo/66072.html

delphi 7 生成 调用 bat文件的exe文件

标签:for   cal   main   term   rap   nbsp   nat   rmi   str   

原文地址:https://www.cnblogs.com/pengchenggang/p/10159688.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!