Basic feature:
Pipe the output of a console program to clipboard.
New features:
1. Unicode support, cmd2cb can be used in CJK locale. ( Most important one)
2. Add a parameter -h or -help for help page.
3. When failed copy contents to clipboard, it will redirect the output to console.
Download:
box.net: cmd2cb.zip
namipan.net: cmd2cb.zip (for Chinese)
Screen snapshots:

cmd2cb 0.92版发布了!!
基本功能:
通过管道符把控制台程序的输出重定向到剪贴板,以方便其他程序使用。
增加的功能有:
1. 支持Unicode,因此能支持中文,日文,韩文以及其他ANSI 的CodePage
2. 增加命令行参数-h, -help,显示帮助
3. 在把内容输出到剪贴板失败时,仍旧输出到控制台
截图:
看上面英文版介绍
下载:
box.net: cmd2cb.zip
纳米盘: cmd2cb.zip
dir *.* >c:\a.txt
回复删除不都有了?还需要特地写个工具?
你是输出到文件,还要打开,全选,拷贝,粘贴,用完还要删了这个文件,多麻烦。
回复删除这个工具就是直接输出到剪贴板的。省去当中的步骤。