program OverbyteIcsServiceTcp; uses SvcMgr, OverbyteIcsServiceTcp1 in 'OverbyteIcsServiceTcp1.pas' {IcsTcpServce: TService}, OverbyteIcsServiceCmd in 'OverbyteIcsServiceCmd.pas'; {$R *.RES} begin Application.Initialize; Application.CreateForm(TIcsTcpServce, IcsTcpServce); Application.Run; end.