delorie.com/archives/browse.cgi | search |
Date: | Thu, 27 Sep 2001 18:43:46 +0200 |
From: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
Sender: | halo1 AT zahav DOT net DOT il |
To: | Paula Sanchez <psanchez AT cs DOT montana DOT edu> |
Message-Id: | <3028-Thu27Sep2001184345+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: | <Pine.OSF.4.21.0109270943020.5453-100000@esus.cs.montana.edu> |
(message from Paula Sanchez on Thu, 27 Sep 2001 09:55:48 -0600) | |
Subject: | Re: get output of commands in batch file redirected to a file |
References: | <Pine DOT OSF DOT 4 DOT 21 DOT 0109270943020 DOT 5453-100000 AT esus DOT cs DOT montana DOT edu> |
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 |
> From: Paula Sanchez <psanchez AT cs DOT montana DOT edu> > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 27 Sep 2001 09:55:48 -0600 > > I want to be able to call my batch file like this > C:\>mybatch.bat > wholeOut.put You can't: command.com ignores redirection when it runs batch files. To work around this, invoke the batch file like this: command.com /c mybatch.bat > wholeOut.put
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |