Date: Sat, 18 Nov 2000 09:05:43 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <2110-Sat18Nov2000090543+0200-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 In-reply-to: <8v46qr$6mp$1@nnrp1.deja.com> (dchrist_dnai_com@my-deja.com) Subject: Re: GNU Software for MS-Windows and MS-DOS References: <8v1ivd$20a$1 AT nnrp1 DOT deja DOT com> <8v1ivd$20a$1 AT nnrp1 DOT deja DOT com> <5 DOT 0 DOT 0 DOT 25 DOT 0 DOT 20001117010548 DOT 02ea1de0 AT myrealbox DOT com> <8011-Fri17Nov2000172332+0200-eliz AT is DOT elta DOT co DOT il> <8v46qr$6mp$1 AT nnrp1 DOT deja DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: dchrist_dnai_com AT my-deja DOT com > Newsgroups: comp.os.msdos.djgpp > Date: Fri, 17 Nov 2000 21:09:54 GMT > > >> d. Will it allow long command lines? > > > > Yes. > > I think the answer is: > > 1. "Yes" for DJGPP-compiled programs running in DJGPP Bash. > 2. "No" for Windows console applications running in DJGPP Bash. > 3. "No" for DJGPP applications running in a DOS box. You are forgetting that the CD includes the Cygwin port of Bash, as well as the DJGPP port. With the Cygwin port, you can pass long command lines to Windows programs. > Unfortunately, the client needs #2. :-( The client can have #2 if they use the Cygwin ports. > >> Windows doesn't seem to be able to copy the CD (chokes on filenames > >> that differ only by case) > > > > ???? What file names are those, and how did you try to copy the CD > > contents? Also, what error messages, exactly, did you see? > > Trying "xcopy" in a DOS box: XCOPY is a nuisance. That's why the book suggests (Chapter 2, p. 24) to use `cp', like this: cp -pr f:\ . (assuming the CD drive letter is F:, and your current directory is where you want to copy the CD to the hard disk). > Trying Windows Explorer (create directory c:\fsf\cd1, highlight and copy > contents of CD root, paste into C:\fsf\cd1): > > Copying... > corefile.c > From 'ppc' to 'ppc' > > Error Copying File > Cannot copy corefile: The file exists. Do you need any more argument against using Explorer? ;-)