|
zhaxi
初级用户
 
积分 112
发帖 40
注册 2006-6-23
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
我的就是936。 打开tee命令后不能输入汉字。只能输入英文。
Mine is also 936. After opening the tee command, I can't input Chinese characters. Only English can be input.
|
|
2006-7-3 12:49 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
我上次上传的是DOS版的TEE。如果你是想在NT CMD下用的话,应使用Win32 Console版的TEE,见附件:
The last time I uploaded was the DOS version of TEE. If you want to use it under NT CMD, you should use the Win32 Console version of TEE, see the attachment:
附件
1: tee.exe (2006-7-3 23:28, 16.5 KiB, 下载附件所需积分 1 点
,下载次数: 38)
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-7-3 23:28 |
|
|
zhaxi
初级用户
 
积分 112
发帖 40
注册 2006-6-23
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
非常非常感谢你啊。这次可以了,哈哈。
不过真是不好意思再问一下。tee产生的文件1.txt里回车符号成了一个个黑色框。我一说你肯定就知道了。所有输出的信息成了一行,行内把实际的每行以黑色框分隔开。
怎么才能把信息显示为正常的很多行呢?
我试了用type 1.txt把刚才的输出结果显示出来,看到又是正常的。但是用type 1.txt > 2.txt输出到2.txt里,发现结果和1.txt里一样。还是有黑色小框。
Thank you very much. This is okay this time, haha.
But I'm really sorry to ask again. The carriage return symbols in the file 1.txt generated by tee have become black boxes one by one. As soon as I mention it, you must know. All the output information has become one line, and each actual line is separated by black boxes within the line.
How can I display the information as normal many lines?
I tried using type 1.txt to display the output result just now, and it was normal again. But when I use type 1.txt > 2.txt to output to 2.txt, I find that the result is the same as in 1.txt. There are still black small boxes.
|
|
2006-7-5 13:10 |
|
|
darkradx
高级用户
   
积分 972
发帖 420
注册 2004-5-16
状态 离线
|
|
2006-7-5 15:29 |
|
|
zhaxi
初级用户
 
积分 112
发帖 40
注册 2006-6-23
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
不过我想了个办法解决。
把它粘贴到另外一个文件就好了。哈哈。
谢谢17楼。我的程序因为你的TEE把最后一个大的功能实现了。
最后一个问题:打开Tee以后如何退出啊?
Last edited by zhaxi on 2006-7-5 at 18:57 ]
But I thought of a way to solve it.
Just paste it into another file. Haha.
Thank you, building 17. My program implemented the last big function because of your TEE.
The last question: How to exit after opening Tee?
Last edited by zhaxi on 2006-7-5 at 18:57 ]
|
|
2006-7-5 18:56 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
CRLF的问题用UNIX2DOS之类的小工具就可以直接转换,但其实没有必要,因为TYPE等命令显示结果均是正常的。
要退出TEE很简单的,Ctrl+C或Ctrl+Z均可。
The problem of CRLF can be directly converted using small tools like UNIX2DOS, but actually it's not necessary because the display results of commands like TYPE are all normal.
To exit TEE is very simple, both Ctrl+C or Ctrl+Z can be used.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2006-7-5 22:13 |
|
|
lililulula
中级用户
  
积分 302
发帖 138
注册 2007-3-29
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
想下载附件啊- -
Want to download the attachment ah - -
|
|
2007-3-29 03:04 |
|
|
woxingwoxiu
新手上路

积分 2
发帖 1
注册 2007-4-20
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
太棒了,我要,感谢楼主
Great, I want to, thank the poster
|
|
2007-4-21 02:51 |
|
|
ancestor
新手上路

积分 3
发帖 3
注册 2007-5-13
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
非常感谢,我也在找这个功能,谢谢了!
Thank you very much, I'm also looking for this function, thank you!
|
|
2007-5-13 07:30 |
|
|
plikefly
新手上路

积分 13
发帖 7
注册 2007-10-19
状态 离线
|
『第 25 楼』:
使用 LLM 解释/回答一下
看来我还是使用vbs吧,这样的话,总不能每次都是这样ctr+c吧
不过东西是好东西,收藏先 o(∩_∩)o...哈哈
It seems I still use vbs, in this way, I can't always use ctr+c like this
But the thing is a good one, collect it first o(∩_∩)o... haha
|
|
2007-11-12 15:22 |
|
|
xcelcui
新手上路

积分 2
发帖 1
注册 2008-9-10
状态 离线
|
『第 26 楼』:
使用 LLM 解释/回答一下
找这个方法很久了,下来试试
I've been looking for this method for a long time, let's try it down
|
|
2008-9-10 10:49 |
|
|
liujiana
新手上路

积分 1
发帖 1
注册 2008-12-1
状态 离线
|
『第 27 楼』:
使用 LLM 解释/回答一下
关注这个问题啊,我有一个程序,无法用>捕捉输出,不知道这个tee行不
Pay attention to this problem. I have a program that can't capture the output with >, I wonder if the tee works.
|
|
2008-12-2 16:52 |
|