home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!hubcap!ncrcae!ncrlnk!ncrdnde!ddbeano!ddbeezer!ddavies
- From: ddavies@ddbeezer.Dundee.NCR.COM (Derek Davies)
- Newsgroups: comp.os.msdos.apps
- Subject: Redirecting the output of batch files
- Message-ID: <582@ddbeezer.Dundee.NCR.COM>
- Date: 27 Aug 92 16:05:15 GMT
- Reply-To: ddavies@ddbeezer.Dundee.NCR.COM (Derek Davies)
- Distribution: world
- Organization: NCR E&M Dundee
- Lines: 24
-
- >>I'm looking for a dos program to redirect screen output
- >>from a standard .bat file to an output file. Does anybody
- >>know of one that might help me out?
- >
- >
-
- Try the following :
-
- command /c batchfil.bat > output.fil
-
- This will redirect the stdout messages generated whilst in
- batchfil.bat to the file output.fil.
-
- This approach does not required any PD utilities/DR dos/4 Dos etc.
-
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :: Derek Davies (Consultant Software Magician), ESP Lab, ::
- :: Advanced Application Systems,NCR,Kingsway West,Dundee,Scotland.DD2 3XX ::
- :: EMAIL: Derek.Davies@Dundee.NCR.COM Tel: 44 [0] 382 611511 ext. 2444 ::
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :: These opinions are better than any employer's opinions - they're mine ::
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-
- --
-