Date: Tue, 22 May 2001 18:07:34 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Cody" Message-Id: <8011-Tue22May2001180733+0300-eliz@is.elta.co.il> X-Mailer: Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: <3b09f76b@leia.ktsnet.com> (cody1@ktsnet.com) Subject: Re: RHIDE help References: <3b08885e AT leia DOT ktsnet DOT com> <2427-Mon21May2001211032+0300-eliz AT is DOT elta DOT co DOT il> <3b09f76b AT leia DOT ktsnet 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: "Cody" > Newsgroups: comp.os.msdos.djgpp > Date: Tue, 22 May 2001 00:13:12 -0500 > } > when I go to compile, it says that it compiled with no errors, and yet when > I try to run it, it says: > > contents of stderr from myfile.exe > Bad command or file name. Did you compile the program, or did you compile and link it? Only the link stage creates a runnable program. You should be able to use the DIR command to make sure that myfile.exe is in the directory where you expect it to be.