Date: Thu, 25 May 1995 08:12:16 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: djgpp AT sun DOT soe DOT clarkson DOT edu, eifert AT rz DOT rwth-aachen DOT de Subject: Re: DJGPP crashes > I've encountered this problem so often, that we wrote a little program > (in TurboPascal, admittedly) that follows DOS's rules for finding > a program - You give a name and an absolute path is returned. There is a nice small program on SimTel called ``which'' like its Unix cousin, which does exactly this: /SimTel/msdos/dirutil/shwhch10.zip. It will even print ALL of the programs with a given name you have on your PATH, when given an optional switch.