katahiromz / redir

Win32 command-line redirection program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redir by katahiromz

AppVeyor Build status

This is redir by Katayama Hirofumi MZ.

redir is a Win32 command line tool to redirect standard input, standard output and standard error output.

It works on Windows 95/98/Me/2000/XP/Vista/7.

Usage

Usage: redir input_file output_file error_file program [parameters]

The input_file parameter is the path name of an input file. The output_file parameter is the path name of an output file. The error_file parameter is the path name of an error file.

You can specify the reserved device names (NUL, CON etc.) for input_file, output_file and/or error_file.

output_file and error_file can be the same path name.

Contact Us

katayama.hirofumi.mz@gmail.com

About

Win32 command-line redirection program

License:MIT License


Languages

Language:C++ 96.4%Language:CMake 3.6%