Date: Mon, 19 Apr 1999 10:12:10 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Tobias Weber cc: djgpp AT delorie DOT com Subject: Re: cat.exe: standard output: Invalid argument (EINVAL) ?? In-Reply-To: <371a575f.4543902@personalnews.de.uu.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 18 Apr 1999, Tobias Weber wrote: > It was plain DOS7 command.com Huh? COMMAND.COM doesn't support the `command` expansion. You probably mean that you invokd Perl from COMMAND.COM, and Perl used `cat`, right? > I think the backtick expansion is done by perl..what exactly > does the message mean, anyway?! It means what it says: some library function got called with an invalid argument (probably a NULL pointer). I suggested to set the TMPDIR environment variable to point to an existing, writable directory. Did you try that? I think this is your problem.