From: Sherlock Campbell Newsgroups: comp.os.msdos.djgpp Subject: shell scripts in DJGPP Date: Mon, 07 Feb 2000 13:58:26 -0600 Organization: The University of Texas at Austin; Austin, Texas Lines: 11 Message-ID: <389F23E1.F2C3AB13@mail.utexas.edu> NNTP-Posting-Host: psy33.psy.utexas.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: geraldo.cc.utexas.edu 949953513 78 128.83.207.33 (7 Feb 2000 19:58:33 GMT) X-Complaints-To: abuse AT cc DOT utexas DOT edu NNTP-Posting-Date: 7 Feb 2000 19:58:33 GMT X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am new to DJGPP (and Unix, for that matter) and have run into a problem. I have a c program that I need to compile and run on a Win98 desktop. It is a fairly complex program with several makefiles and lots of executables. I set it up and compiled it successfully on a Solaris Unix system. So far, I have been able to compile it using DJGPP but I cannot get the shell scripts to run. They all begin with '#!/bin/sh' and bash.exe and sh.exe are in my PATH statements. If I run 'sh', then the scripts are available, but from my regular DOS prompt it reads 'bad command or file name' when I try to run the scripts.