https://github.com/katahiromz/redir
Win32 command-line redirection program
https://github.com/katahiromz/redir
command-line command-line-tool command-prompt redirection redirector win32 win32api
Last synced: 9 months ago
JSON representation
Win32 command-line redirection program
- Host: GitHub
- URL: https://github.com/katahiromz/redir
- Owner: katahiromz
- License: mit
- Created: 2019-06-29T06:57:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T10:19:28.000Z (over 6 years ago)
- Last Synced: 2025-01-12T22:32:32.584Z (10 months ago)
- Topics: command-line, command-line-tool, command-prompt, redirection, redirector, win32, win32api
- Language: C++
- Homepage:
- Size: 30.3 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# redir by katahiromz
[](https://ci.appveyor.com/project/katahiromz/redir)
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