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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fd23039a1d740a56,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-01 01:58:06 PST From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Ada binding to redirect standard output in Win32 Date: Mon, 1 Oct 2001 09:59:39 +0100 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 NNTP-Posting-Host: ed125012.sd.edinbr.gmav.gecm.com Message-ID: <3bb82d8e$1@pull.gecm.com> X-Trace: 1 Oct 2001 09:47:10 GMT, ed125012.sd.edinbr.gmav.gecm.com Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newsfeed.icl.net!dispose.news.demon.net!demon!btnet-peer0!btnet-feed5!btnet!newreader.ukcore.bt.net!pull.gecm.com!ed125012.sd.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:13567 Date: 2001-10-01T09:59:39+01:00 List-Id: I have a Win32 (non-GUI) program which requires the user to type in their password but, for obvious reasons, I don't want it to appear on the screen/DOS window as they type. Does anyone have an Ada binding to a routine similar in effect to 'ECHO OFF' that I could call before the 'Get_Line'? or, something similar to redirecting the standard output to a UNIX null device. I've exhausted my search engine enough on this! :-) Thanks in advance...