2 Star 8 Fork 3

闲散居士/数据库备份

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deloldfile.dpr 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiaxy 提交于 2019-11-14 03:14 . 增加备份计划稳定版
program deloldfile;
uses
fastMM4,
//Forms,
//Dialogs,
//SysUtils,
Unit2 in 'Unit2.pas';
{$R *.RES}
begin
//Application.Initialize;
//Application.ShowMainForm:=false;
//ShowMessage(IntToStr(ParamCount));
if ParamCount>=2 Then
begin
//xxy 2019-11-05 Ҳ deloldfile ִ
//xxy 2019-11-09 call(ParamStr(1),ParamStr(2),ParamStr(3));
callPlan(ParamStr(1),ParamStr(2),ParamStr(3));
{ //xxy 2019-11-05
//ShowMessage(ParamStr(1)+','+ParamStr(2));
if ParamCount>2 then
run(ParamStr(1),ParamStr(2),ParamStr(3))
else
run(ParamStr(1),ParamStr(2),'');
}
end;
//Application.Run;
end.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Delphi
1
https://gitee.com/xyxia/oraback.git
[email protected]:xyxia/oraback.git
xyxia
oraback
数据库备份
master

搜索帮助