|
RUYINGSUIXING
新手上路

积分 14
发帖 6
注册 2007-4-4
状态 离线
|
『楼 主』:
DOS环境下 能编辑文本文件吗
使用 LLM 解释/回答一下
纯DOS环境下能编辑文本文件吗
Can text files be edited in a pure DOS environment
|
|
2007-4-10 07:01 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
|
2007-4-10 07:32 |
|
|
RUYINGSUIXING
新手上路

积分 14
发帖 6
注册 2007-4-4
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
能讲的详细点吗 我新手啊
麻烦啊
Can you speak in more detail? I'm a newbie. It's troublesome.
|
|
2007-4-10 07:35 |
|
|
lxmxn
版主
       
积分 11386
发帖 4938
注册 2006-7-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
如果你是MS-DOS,可以直接运行edit,然后在file菜单里面新建、打开文件来编辑。
If you are MS-DOS, you can directly run edit, and then create and open files for editing in the file menu.
|
|
2007-4-10 07:36 |
|
|
bw070
中级用户
  
积分 292
发帖 137
注册 2007-4-3
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
命令 edit 1.txt(为你要编辑的文件 加绝对地址)
如 edit c:\1.txt
如果(纯DOS应该是不支持的)不支持鼠标 可以在编辑完后用 alt+f 进行保存
保存还要带上后缀名 不燃保存出来的是没有后缀名的文件
The command edit 1.txt (add the absolute address for the file you want to edit)
For example, edit c:\1.txt
If (pure DOS should not support it) the mouse is not supported, you can use alt+f to save after editing
When saving, you also need to bring the file extension; otherwise, the saved file will have no file extension
|
|
2007-4-10 08:21 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by bw070 at 2007-4-9 07:21 PM:
命令 edit 1.txt(为你要编辑的文件 加绝对地址)
如 edit c:\1.txt
如果(纯DOS应该是不支持的)不支持鼠标 可以在编辑完后用 alt+f 进行保存
保存还要带上后缀名 不燃保存出来的是没有后缀名的文件
在纯DOS下使用这个EDIT当然是支持鼠标的,当然前提是加载了鼠标驱动程序(如CTMOUSE之类的均可)。
Originally posted by bw070 at 2007-4-9 07:21 PM:
Command: edit 1.txt (the file you want to edit, add the absolute address)
For example: edit c:\1.txt
If (in pure DOS, it should not be supported) does not support the mouse, you can use alt+f to save after editing
When saving, you also need to bring the file extension; otherwise, the saved file will have no extension.
In pure DOS, using this EDIT does support the mouse, of course, provided that the mouse driver is loaded (such as CTMOUSE and so on).
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2007-4-11 00:28 |
|
|
RUYINGSUIXING
新手上路

积分 14
发帖 6
注册 2007-4-4
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
如果要编辑汉字的文件呢 是要安装汉化软件吗?
If you want to edit files in Chinese characters, do you need to install a Chinese localization software?
|
|
2007-4-11 01:49 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
不是汉化软件,而是ucdos之类的东西.
It's not a localized software, but something like UCDOS and so on.
|

简单就是美 |
|
2007-4-11 07:16 |
|
|
wzjwdh
初级用户
 
积分 36
发帖 14
注册 2007-4-4
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我晕,用那个COPY CON 文件名.后缀名(txt)就行了,退出的时候CTRL+Z然后回车。
Oh, just use COPY CON filename. suffix (txt) and then when exiting, press CTRL+Z and then enter.
|
|
2007-4-12 00:00 |
|
|
wff603306
新手上路

积分 6
发帖 3
注册 2007-5-13
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
我晕,用那个COPY CON 文件名.后缀名(txt)就行了,退出的时候CTRL+Z然后回车。
------------------------------------------------------------------------------------------------
你很厉害,输入就是正确
Oh, I see. Just use "COPY CON filename.suffix (txt)" and when you want to exit, press CTRL+Z and then enter.
------------------------------------------------------------------------------------------------
You're very good, the input is correct
|
|
2007-5-13 01:15 |
|
|
debug
初级用户
 
积分 32
发帖 16
注册 2007-11-28
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
其实用copy con能编辑许多纯文本的 想doc txt 都可以在ms-dos下编辑
Actually, you can use "copy con" to edit many plain text files. Both DOC and TXT files can be edited under MS-DOS.
|
|
2007-12-3 19:53 |
|