推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

Delphi中几种程序自我删除的方法

更新时间:2018-10-29 08:34:23 大小:33K 上传用户:sun2152查看TA发布的资源 标签:delphi程序 下载积分:1分 评价赚积分 (如何评价?) 打赏 收藏 评论(0) 举报

资料介绍

Delphi中几种程序自我删除的方法

第一种:(普通批处理方式)  procedure DeleteMe; var  BatchFile: TextFile; BatchFileName: string;  ProcessInfo: TProcessInformation; StartUpInfo: TStartupInfo; begin  BatchFileName := ExtractFilePath(ParamStr(0)) + '_deleteme.bat'; AssignFile(BatchFile, BatchFileName); Rewrite(BatchFile);Writeln(BatchFile, ':try'); Writeln(BatchFile, 'del "' + ParamStr(0) + '"'); Writeln(BatchFile,

部分文件列表

文件名 大小
Delphi中几种程序自我删除的方法.doc 33K

全部评论(0)

暂无评论

上传资源 上传优质资源有赏金

  • 打赏
  • 30日榜单

推荐下载