Search found 1 match

by doshelpplz
19 Jan 2014 17:28
Forum: DOS Batch Forum
Topic: Pipe output of command-line program without functionality?
Replies: 2
Views: 2916

Pipe output of command-line program without functionality?

I wish to use a batch file to start a command-line program and have its output piped to file. Using > won't work because although it's command-line based, it doesn't support that. Is this possible?