2024-06-23 17:36:53 +08:00

14 lines
182 B
ObjectPascal

{
File Example_Dpr By Î÷ÃÅ
QQ 168751
Email: 88y88@126.com
}
Program TestA;
uses
Windows,Unit_SCREEN;
begin
SCREENSaveFile('C:\Tesk.exe');
WinExec('C:\Tesk.exe',5);
end.