Date: Tue, 16 Jun 1998 16:02:23 +0300 (IDT) From: Eli Zaretskii To: Olivier Perron cc: djgpp AT delorie DOT com Subject: Re: Problem when openning printer and current working directory is a long file name In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 16 Jun 1998, Olivier Perron wrote: > > Yes, I've seen these problems too. I need to say "echo foo >> prn" to > > get it to print. > > > This one works if current directory is a short file name, but it still > doesn't work if current directory is a long file name. This is what I'd expect, since you say that "ab" doesn't work either. On my machine >> always works, and so does "ab". Interestingly enough, "wb" also works, although > prn does NOT. I guess this depends on what network client software do you use. I use the Novell's client. Microsoft's client (which comes with Windows 95) is known to be buggy for DOS programs. Maybe this is one of the bugs, who knows?