Date: Tue, 29 Aug 2000 17:17:32 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Jeremy H." cc: djgpp AT delorie DOT com Subject: Re: changing the way the compiler saves my files In-Reply-To: <39AB0330.CAEC90A0@bellsouth.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Mon, 28 Aug 2000, Jeremy H. wrote: > i will put this path to save in: C:\dir\sub\file > and it will change it to: C:/dir/sub/file Put it where? And who is ``it'' that changes the path? Please explain yourself more clearly, or else we will not be able to help you. > then when i compile i get no errors, but directory not recognized. What does ``directory not recognized'' mean? is it an error message printed from somewhere? If so, what program prints it? In general, DOS and Windows recognize both forward slashes and backslashes alike, so it shouldn't matter. The above problems can only only happen if you use some Windows application that doens't recognize forward slashes. ALL DJGPP programs support both styles of slashes.