Date: Thu, 15 May 1997 19:18:36 +0300 (IDT) From: Eli Zaretskii To: Matthias Maisenbacher cc: djgpp AT delorie DOT com Subject: Re: ANNOUNCE: GNU Enscript ported to DJGPP In-Reply-To: <3379730a.5783284@news.fr.bosch.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 14 May 1997, Matthias Maisenbacher wrote: > Assuming you are enscripting a file laying on C:\FILE.TXT > you get (somewhere in the PS code): > > /fname (c:\file.txt) def > /fdir (c:\) def Does the problem go away if you use forward slashes, like so: enscript c:/file.txt ? If this settles the prolem, than I think I know how to correct this. Thanks for reporting this.