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

远程控制编程

开发平台:

Delphi

  1. program start;
  2. {$R 'dll.res' 'dll.rc'}
  3. uses
  4.   UStart in 'UStart.pas',
  5.   URsConst in '..URsConst.pas',
  6.   WinSvcEx in 'WinSvcEx.pas',
  7.   SWintService in 'SWintService.pas',
  8.   DLLInject in 'DLLInject.pas';
  9. {$R *.RES}
  10. begin
  11. //   ConfigFile:='d:new.exe';
  12.    ConfigFile:=ParamStr(0);
  13.    main;
  14. end.