![]() |
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 15:59 |
47,811 topics / 349,897 posts / today 0 new / 48,255 members |
| DOS疑难解答 & 问题讨论 (解答室) » How to save the content displayed in DOS as a text file? (Urgent) |
| Printable Version 2,582 / 7 |
| Floor1 beachfish | Posted 2004-06-18 00:00 |
| 初级用户 Posts 19 Credits 175 | |
|
How to save the content displayed in DOS as a text file? (urgent)
|
|
| Floor2 Climbing | Posted 2004-06-18 00:00 |
| 铂金会员 Posts 2,753 Credits 6,962 From 河北保定 | |
|
You need to specify what is displayed in DOS. There are hundreds of commands in DOS, and each command may display information. Take dir as an example.
Suppose you run the dir command. The dir will list all file and directory information in the current directory. Now you want to save the listed information to a text file. Then you can use the following command: dir > list.txt The > sign in this command will redirect the display content of dir to the list.txt file. This is called input/output redirection in DOS. There is also a | line representing pipeline operation, which means to use the output of one command as the input of another command. For example: echo y | del *.* This command uses the y output by echo as the input of the del *.* command, and the del *.* does not need to wait for you to enter y to continue the deletion operation. If you are interested, you can check the redirection (> , > and pipeline operation (|) under DOS. |
|
| Floor3 xjhlhb | Posted 2004-06-19 00:00 |
| 高级用户 Posts 210 Credits 736 From 中國 | |
|
What the person upstairs said is very clear. Just follow it.
|
|
| Floor4 beachfish | Posted 2004-06-20 00:00 |
| 初级用户 Posts 19 Credits 175 | |
|
Thank you very much to the two enthusiastic people upstairs
I'll give it a try |
|
| Floor5 s32307 | Posted 2004-06-24 00:00 |
| 中级用户 Posts 53 Credits 246 | |
|
You can try DN. After running DN, press CTRL+F4 to close its window, then run your corresponding software. When the needed screen appears, press the SHIFT+ALT+INS key combination. You won't be disappointed.
|
|
| Floor6 s32307 | Posted 2004-06-24 00:00 |
| 中级用户 Posts 53 Credits 246 | |
|
Then open the built-in editor of DN (just press ALT+Q), paste the captured text content into the editor (you can press SHFT+INS key), and the next step is to save as...
By the way, this English shouldn't be a problem, right? |
|
| Floor7 xjhlhb | Posted 2004-06-25 00:00 |
| 高级用户 Posts 210 Credits 736 From 中國 | |
|
What tool is DN? Please make it clear for the person above, but it can be done without other tools. The description from the 2nd floor is very good.
|
|
| Floor8 liuxiayun | Posted 2004-06-26 00:00 |
| 初级用户 Posts 20 Credits 196 | |
|
If you run DOS under WINDOWS, you can still record it with a screen capture software.
|
|
|
[ Contact the Union admin team -
中国DOS联盟 -
Standard version ] Sponsored by ifanr Inc | © 2001–2023 |