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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,479138db2311e415 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Anh Vo" Newsgroups: comp.lang.ada Subject: Re: Newbie Question: using Text_IO.Open() to read from standard input Date: 12 Oct 2005 18:56:25 -0700 Organization: http://groups.google.com Message-ID: <1129168585.640220.298390@z14g2000cwz.googlegroups.com> References: <1129164557.586640.154480@g14g2000cwa.googlegroups.com> <1129167000.412296.80530@g43g2000cwa.googlegroups.com> <1129168120.924614.26250@f14g2000cwb.googlegroups.com> NNTP-Posting-Host: 69.104.229.186 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1129168591 25177 127.0.0.1 (13 Oct 2005 01:56:31 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 13 Oct 2005 01:56:31 +0000 (UTC) In-Reply-To: <1129168120.924614.26250@f14g2000cwb.googlegroups.com> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=69.104.229.186; posting-account=JVr7Xg0AAAAI3MbuARxMmvWLmA7qdJMx Xref: g2news1.google.com comp.lang.ada:5574 Date: 2005-10-12T18:56:25-07:00 List-Id: I assumed you took out the < sign. That means < sign is unnecessary. Command line treats it as the first argument, the file name as second. I would recommend run it like this "test_cl inputfile.txt". It should work. I am absolutely sure of it. AV