![]() |
China DOS Union-- Unite DOS · Advance DOS · Grow DOS --Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum |
| Guest | Log in | Register | Members | Search | China DOS Union |
|
中国DOS联盟论坛 The time now is 2026-08-10 19:31 |
47,811 topics / 349,897 posts / today 0 new / 48,256 members |
| DOS批处理 & 脚本技术(批处理室) » Mtee Tool |
| Printable Version 7,098 / 34 |
| Floor1 9527 | Posted 2006-09-12 02:16 |
| 银牌会员 Posts 438 Credits 1,185 From 北京 | |
|
I'm really too lazy to say what to do, you shouldn't use this at all
[ Last edited by 9527 on 2007-4-12 at 09:56 PM ] |
|
| Floor2 iaide007 | Posted 2006-09-12 10:25 |
| 初级用户 Posts 12 Credits 36 | |
|
The one with good English; translate an explanation to take a look oh;
I, who didn't graduate from primary school, can't understand. |
|
| Floor3 namejm | Posted 2006-09-12 12:10 |
| 荣誉版主 Posts 1,737 Credits 5,226 From 成都 | |
|
I took a quick look at the English help that gave me the most headache, and found that this thing is really powerful. It can save the output text in ANSI format or Unicod format. Now it's relatively easy to solve the problem of reading Chinese characters in the registry. Other functions are being tested...
|
|
| Floor4 yangzhiyi | Posted 2006-10-28 22:31 |
| 中级用户 Posts 123 Credits 261 | |
|
Say thank you even if it's not useful
|
|
| Floor5 amao | Posted 2006-10-29 00:31 |
| 中级用户 Posts 152 Credits 316 | |
|
If it is really as what the moderator namejm said, that's really useful. I'll download it and have a look. Thanks.
|
|
| Floor6 weilong888 | Posted 2006-10-29 00:43 |
| 银牌会员 Posts 548 Credits 1,270 | |
| Floor7 lxmxn | Posted 2006-10-29 03:06 |
| 版主 Posts 4,938 Credits 11,386 | |
Originally posted by namejm at 2006-9-12 12:10: Can the moderator tell me what difficulties are encountered when reading Chinese characters in the registry? I don't know, so I asked... Also, thank you, Brother 9527~ |
|
| Floor8 wjdbar | Posted 2006-10-29 03:19 |
| 新手上路 Posts 3 Credits 6 | |
|
I'm sweating. Super, can't understand at all.
|
|
| Floor9 llgg001 | Posted 2006-11-08 05:18 |
| 初级用户 Posts 13 Credits 32 | |
|
Let's give it a try, what is it——————
|
|
| Floor10 eech | Posted 2006-11-09 08:32 |
| 高级用户 Posts 346 Credits 906 | |
|
What you said is too profound. In the short term, it may not be understood.
|
|
| Floor11 scriptor | Posted 2006-12-27 01:46 |
| 银牌会员 Posts 555 Credits 1,187 | |
| Floor12 enjoylily | Posted 2006-12-27 02:47 |
| 初级用户 Posts 11 Credits 21 | |
| Floor13 lxmxn | Posted 2006-12-27 03:47 |
| 版主 Posts 4,938 Credits 11,386 | |
|
In that case, I'll simply write some examples to take a look. The main use of this Mtee.exe tool is to display the output on the screen while redirecting the screen output to a file in the specified format. Here are a few simple examples to illustrate its simple usage. 1. While displaying the folder and file list of the current directory, write the screen output to the a.txt file. 2. The /+ parameter means appending to the file, which is equivalent to the >> a.txt we often use. This will not overwrite the content in the original file. If the a.txt file does not exist, it will be created automatically. 3. The /d and /t parameters can respectively add the current date and time information in front of each line of output. 4. The /a and /u parameters can specify the encoding used when saving the file. The meaning of the /c parameter is probably that when there is an error in reading and writing the file, it will continue to execute. I won't give more examples, forgive me. ─────────────────────────────────────────────────── Borrow this post to upload an attachment, hope lxmxn brother don't mind. by HAT @ 2008-10-10 mtee.exe(2.0) http://upload.cn-dos.net/img/908.zip ─────────────────────────────────────────────────── [ Last edited by HAT on 2008-10-10 at 07:07 ] |
|
| Floor14 HUNRYBECKY | Posted 2006-12-28 11:05 |
| 银牌会员 Posts 442 Credits 1,179 | |
Originally posted by namejm at 2006-9-12 12:10: Bamboo Master namejm, after my multiple experiments, I found that in fact, the conversion between ANSI and UNICOD formats can be easily achieved without any third-party tools. The files exported using REG EXPORT and other methods in the registry are in UNICOD format, and many DOS tools cannot operate on them. For example, using the BINSUB tool cannot replace the characters in them. Then you can use the TYPE command to directly output to another file. The TYPE command can convert UNICOD to ANSII code. For example, TYPE 01.REG >02.REG. But I can't achieve it using FOR and FINDSTR and other commands (these two commands output in the original code and remain in that code after output). To convert in reverse, that is, convert ANSII to UNICOD code, it is actually not meaningful. You can first randomly export any registry, then use cd %cd% >01.reg to clear 01.reg, so as to create an empty text in UNICOD. Now you can use other methods to write things in, which will be a UNICOD text. |
|
| Floor15 HUNRYBECKY | Posted 2006-12-28 11:31 |
| 银牌会员 Posts 442 Credits 1,179 | |
|
After taking a look, MTEE is indeed a good tool.
|
|
| 1 2 3 Next |
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |