|
MYS
元老会员
        
积分 5170
发帖 1637
注册 2002-10-16 来自 广东佛山
状态 离线
|
『楼 主』:
转贴:拷贝DOS窗口信息的技巧
使用 LLM 解释/回答一下
拷贝DOS窗口信息的技巧
(佛山网 www.foshaninfo.com)
原作者:
来自于: 不详
共有798位读者阅读过此文
内容:
胡锦承
对于任何DOS程序而言,只要它能在Windows 98的DOS窗口中运行,我们就可以将其内容拷贝到Windows 98的剪贴板中使用,具体步骤为:
1)启动Windows 98的-MS-DOS窗口状态(若系统自动进入全屏状态,则可按Alt-Enter进行切换)。
2)启动需要拷贝信息的应用程序。
3)单击DOS窗口工具栏的"标记"按钮,将需要拷贝的内容定义为块。
4)单击DOS窗口工具栏的"复制"按钮,将标记的内容拷贝到剪贴板中。
这样我们就实现了拷贝DOS窗口信息的目的,相应内容就被复制到了剪贴板中,然后我们就可以在任何应用程序(包括其它DOS程序)中加以引用了。
Skills for Copying DOS Window Information
(Foshan Network www.foshaninfo.com)
Original author:
From: Unknown
There are 798 readers who have read this article
Content:
Hu Jincheng
For any DOS program, as long as it can run in the DOS window of Windows 98, we can copy its content to the clipboard of Windows 98 for use. The specific steps are:
1) Start the -MS-DOS window state of Windows 98 (if the system automatically enters full-screen state, you can press Alt-Enter to switch).
2) Start the application program whose information needs to be copied.
3) Click the "Mark" button on the toolbar of the DOS window to define the content to be copied as a block.
4) Click the "Copy" button on the toolbar of the DOS window to copy the marked content to the clipboard.
In this way, we have achieved the purpose of copying the information in the DOS window. The corresponding content is copied to the clipboard, and then we can refer to it in any application program (including other DOS programs).
|

我的网志
http://hzmys.blog.163.com/
我的网盘
firststep.qjwm.com
fsmys.ys168.com
ssmys.ys168.com
www.brsbox.com/fsmys
www.brsbox.com/ssmys
www.brsbox.com/ccdos
|
|
2002-10-28 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
在纯DOS下则可以使用DOSCLIP等工具达到同样的目的。
In pure DOS, you can use tools like DOSCLIP to achieve the same purpose.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2002-10-28 00:00 |
|
|
hbhqm
初级用户
 
积分 115
发帖 6
注册 2005-6-16
状态 离线
|
|
2005-6-16 00:00 |
|
|
wellsyue
初级用户
 
积分 118
发帖 7
注册 2005-6-16
状态 离线
|
|
2005-6-16 00:00 |
|
|
syongx
初级用户
 
积分 120
发帖 11
注册 2005-6-27
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
学会了 受益呀 谢谢有时间再学着用用DOSCLIP
Learned it, benefited. Thanks. I'll learn to use DOSCLIP when I have time.
|

DOS不是万能的,但没有DOS万万不能…………
 |
|
2005-6-27 00:00 |
|
|
wlzxianfei
新手上路

积分 18
发帖 9
注册 2005-11-4
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
谢谢拉!哈哈!顶一个!
Thanks! Haha! Give it a thumbs up!
|
|
2005-11-6 11:07 |
|
|
cadre
新手上路

积分 16
发帖 7
注册 2005-9-29
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
请问楼主,如果用纯DOS方式怎么截取屏幕信息????
Excuse me, the owner of the post, how to capture screen information in pure DOS mode?
|
|
2005-11-6 23:17 |
|
|
zxylzcm
新手上路

积分 6
发帖 3
注册 2005-11-7
状态 离线
|
|
2005-11-7 00:11 |
|
|
flysp
中级用户
  
积分 207
发帖 41
注册 2004-10-24
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
补充说明下下:非纯DOS下,用鼠标选中单一下右键就已经将选中的内容复制到剪贴板中了,然后要目的地再单击一下就是对内容的粘贴了。
Supplement: In non - pure DOS environment, by simply right - clicking after selecting with the mouse, the selected content is copied to the clipboard, and then clicking once at the destination is pasting the content.
|
|
2005-11-7 04:35 |
|
|
gxnews
新手上路

积分 5
发帖 4
注册 2008-10-28
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
set "var=A$_MOV,AH,09$_MOV,AL,2A$_MOV,BH,00$_MOV,BL,0E$_MOV,CX,0020$_INT,10$_"
set "var=%var%MOV,BL,0A$_MOV,CX,000A$_INT,10$_INT,20$_$_g$_q$_"
echo exit|%ComSpec% /k prompt %var%|debug>nul
================
在cmd窗口右击鼠标粘贴上面的代码,会出现彩色的星星。试试看。
set "var=A$_MOV,AH,09$_MOV,AL,2A$_MOV,BH,00$_MOV,BL,0E$_MOV,CX,0020$_INT,10$_"
set "var=%var%MOV,BL,0A$_MOV,CX,000A$_INT,10$_INT,20$_$_g$_q$_"
echo exit|%ComSpec% /k prompt %var%|debug>nul
================
Right-click the mouse in the cmd window and paste the above code, and colorful stars will appear. Give it a try.
|
|
2008-10-28 21:02 |
|
|
yeluzi
新手上路

积分 10
发帖 7
注册 2008-10-27
状态 离线
|
|
2008-10-29 09:38 |
|
|
wwmmc
初级用户
 
积分 35
发帖 62
注册 2008-10-12
状态 离线
|
|
2008-11-27 13:54 |
|
|
Qtwdftxvt
初级用户
 
积分 190
发帖 101
注册 2008-11-23
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
这是用 debug 调用 INT 10 中断
This is calling the INT 10 interrupt with debug
|
|
2008-11-27 17:02 |
|
|
586486
初级用户
 
积分 24
发帖 13
注册 2008-1-7
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
有没有在纯DOS下拷贝窗口的办法。
Is there a way to copy a window in pure DOS?
|
|
2008-12-8 17:34 |
|
|
maxim
中级用户
  
积分 299
发帖 117
注册 2008-1-27
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
DOS 下有过抓图软件,可以用游戏巫师吧?不记得了
最专业的抓图软件是PZP.
There were screen - capture software under DOS. Can we use Game Wizard? I can't remember. The most professional screen - capture software is PZP.
|
|
2008-12-8 23:37 |
|