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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a214f665e7b3cec,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,CP1252 Received: by 10.204.156.210 with SMTP id y18mr556070bkw.7.1331988006541; Sat, 17 Mar 2012 05:40:06 -0700 (PDT) Path: h15ni12197bkw.0!nntp.google.com!news1.google.com!postnews.google.com!z31g2000vbt.googlegroups.com!not-for-mail From: adacrypt Newsgroups: comp.lang.ada Subject: Question: Re Copying Program Files. Date: Sat, 17 Mar 2012 05:40:05 -0700 (PDT) Organization: http://groups.google.com Message-ID: <37543f2b-2612-422d-8f77-4a55de1322a7@z31g2000vbt.googlegroups.com> NNTP-Posting-Host: 86.176.53.90 Mime-Version: 1.0 X-Trace: posting.google.com 1331988005 12783 127.0.0.1 (17 Mar 2012 12:40:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 17 Mar 2012 12:40:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z31g2000vbt.googlegroups.com; posting-host=86.176.53.90; posting-account=pmkN8QoAAAAtIhXRUfydb0SCISnwaeyg User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; GTB7.3; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Date: 2012-03-17T05:40:05-07:00 List-Id: I often need to copy entire cipher programs from one directory to another. I sometimes, if I have the time, open each Ada-95 case statement package separately, compile, build it and save it to the new directory - just being extra careful.. Other times I copy and paste entire case statement packages directly from the first directory to the second. I=92m finding that the volume of the second directory is much greater on completion using the copy and paste method than if I carefully open, compile, build and save the packages to the second directory as the alternative to copy =91n paste. Does this make sense or not. I am not happy about the increase in volume. Your help would be greatly appreciated. - adacrypt