From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,530d4fe356f6d7e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-02-25 19:33:38 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn13feed!wn12feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc01.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: Windows services in GNAT Ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc01 1046230416 12.211.13.75 (Wed, 26 Feb 2003 03:33:36 GMT) NNTP-Posting-Date: Wed, 26 Feb 2003 03:33:36 GMT Organization: AT&T Broadband Date: Wed, 26 Feb 2003 03:33:37 GMT Xref: archiver1.google.com comp.lang.ada:34592 Date: 2003-02-26T03:33:37+00:00 List-Id: Look for seti @ home. There is an Ada client that is open source which should provide a good example. Google brought up a link, but I couldn't manage to move to the site. You might check www.adapower.com for a link. There is also something called "srvany" that is supposed to let you run programs as a service (I don't know the details). Steve (The Duck) wrote in message news:FdU6a.94116$Kj2.8232@fe02.atl2.webusenet.com... > Is anyone aware of information about creating Windows NT services using Ada? > I would like to create a service to move files to another network host on a > fixed frequency, or other timed events. > > >