Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!hplabs!hpda!hpcuhc!hpcupt3!defaria@hpcupt3.cup.hp.com From: defaria@hpcupt3.cup.hp.com (Andy DeFaria) Newsgroups: comp.lang.pascal Subject: Re: Redirecting I/O for .BAT files? Message-ID: <45670023@hpcupt3.cup.hp.com> Date: 24 Jun 91 22:17:46 GMT References: <45670020@hpcupt3.cup.hp.com> Organization: Hewlett Packard, Cupertino Lines: 16 >/ hpcupt3:comp.lang.pascal / s9100202@giaea.gi.oz (Lee Hollingworth) / 6:05 pm Jun 21, 1991 / > >Have a look at article 4334 in comp.lang.pascal -- I've already answered this >once. > >The only way to get DOS to redirect the output from a *.bat file is to do so >with the COMMAND command eg., > >command /c foo > out.dat > >/****** > * Lee Hollingworth s9100202@giaea.oz.au > ******/ >---------- Yeah this works fine at the command line but how do you accomplish this programmatically with TP?