Date: Mon, 18 Mar 1996 20:27:43 +0300 (MSK) From: "Alexander V. Lukyanov" Message-Id: <199603181727.UAA05374@video.yars.free.net> To: djgpp AT delorie DOT com Subject: ./prog - bad command ? If I write in makefile ./program to start just compiled program, I receive message 'Bad command or file name' from command.com. Isn't it a bug in the make port? I supposed that make should use system() to execute commands, and system() starts my program fine without command.com.