Link to home
Start Free TrialLog in
Avatar of tcomponent
tcomponent

asked on

Win NT Service

Okay, here's the problem.

I want to make a VERY SIMPLE TServerSocket which

1. Retrieves a Text "Hello" and,
2. the TServerSocket simply ServerSocket1.Socket.SendText('Yes'),
3. And some TClientSocket in other computer do this
   if ClientSocket1.Socket.ReceiveText='YES' then begin
     { Popup a dialog saying "Welcome" }
   end;

The problem is
1. How do I install the ServerProgram automatically in my NT Server (logically it's the first computer that's turned on in the morning).
2. I've read some TService in D5, RegisterServiceProcess, etc, etc. But I still don't get it.

Thanks for your time.
I really appreciate your help.
ASKER CERTIFIED SOLUTION
Avatar of emadat
emadat
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CleanupPing
CleanupPing

tcomponent:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.