|
1212112
初级用户
 
积分 114
发帖 4
注册 2003-11-18
状态 离线
|
『楼 主』:
如何在 XP 中装 UCDOS。
使用 LLM 解释/回答一下
有个软件需要在UCDOS下运行,可我的系统是 XP ,不知道怎样在XP 上装 UCDOS。哪位高手帮帮忙。谢谢。
There is a software that needs to run under UCDOS, but my system is XP, and I don't know how to install UCDOS on XP. Which expert can help? Thanks.
|
|
2003-11-24 00:00 |
|
|
龙王
银牌会员
    
积分 1186
发帖 334
注册 2003-5-30
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
安装虚拟软驱,加载ucdos启动盘的img
Install a virtual floppy drive and load the img of the UCDOS boot disk
|
|
2003-11-25 00:00 |
|
|
yj
初级用户
 
积分 105
发帖 2
注册 2003-12-2
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我的主分区是NTFS。请教在此分区上怎样装纯DOS.(另外我的是xp系统,其余全是FAT32)
My main partition is NTFS. Please advise how to install pure DOS on this partition. (Also, mine is XP system, and the rest are all FAT32)
|
|
2003-12-2 00:00 |
|
|
wpliu
初级用户
 
积分 102
发帖 1
注册 2003-12-4
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
楼上的,你的想法是不太可能实现的。除非高手重写启动代码。
The idea of the person upstairs is not very likely to be realized. Unless an expert rewrites the boot code.
|
|
2003-12-4 00:00 |
|
|
wolflove
初级用户
 
积分 105
发帖 5
注册 2003-11-29
状态 离线
|
|
2003-12-4 00:00 |
|
|
dgqm2000
初级用户
 
积分 119
发帖 5
注册 2003-12-10
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
好像在ME以上的系统都不能运行UCDOS,不过天汇倒可以!
It seems that UCDOS can't run on systems above ME, but Tianhui can!
|
|
2003-12-11 00:00 |
|
|
ljh19love
初级用户
 
积分 172
发帖 12
注册 2003-6-21
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
在winxp运行command命令,再运行ucdos即可.
Just run the command command in WinXP, and then run ucdos.
|
|
2004-2-1 00:00 |
|
|
浮云游子
初级用户
 
积分 111
发帖 3
注册 2004-5-17
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
我知道呀 在 WindowsXP下如何运行UCDOS?
--------------------------------------------------------------------------------
##
我在UCDOS支持下,有不少程序,如工资管理系统,辅助写作、辅
助网页制作系统,是在汉字 FOXBASE 下开发的。汉字QBASIC、MASM、
BC 下面都有不少程序,还想利用,有的还正在使用。这些DOS程序,
都离不开UCDOS 汉字平台。
问:在 WindowsXP下,运行UCDOS出现花屏和乱码,如何解决?
答:UCDOS 是16位汉字系统,与WinXP存在兼容性问题。如果一定
要用,可以采取一些措施,有望继续使用。
方法一 使用command.com 命令
1.在桌面空白处右击并选择"新建"-> "快捷方式",在"请键入
项目的位置"后面输入:command.com /k c:\ucdos\ucdos.bat 单击
"下一步",将该快捷方式的名称改为"UCDOS",单击"完成"。
2.再次右击该快捷方式,选择"属性",将"内存"改为"自动",
"屏幕"改为"全屏幕",其他属性用默认值即可。
方法二 使用cmd.exe 命令
1. 将UCDOS的核心文件进行兼容性设置。
开始->所有程序->附件->程序兼容性向导->我想手动定位程序
->浏览->\ucdos\knl.com->win98->256色,640X480->程序工作正确吗?
是,设置此程序为一直使用兼容性设置。...完成。
有的UCDOS版本的核心文件是 knlvga.exe ,也要照此进行兼容
性设置。
2. 运行 UCDOS 系统文件的方法。
进入到命令提示符(MS-DOS 状态)
切换到 UCDOS 目录。
这时不要运行 UCDOS.BAT 。可以分别一项一项命令运行。如:
RD16.COM
KNL.COM
PY.COM
RDFNT.COM
有的版本运行的次序是:(和中文之星双拼输入法兼容的版本)
RD16.COM
KNLVGA.EXE
PY.COM
RDFNT.COM
3. 如果出现花屏和乱码,可以按 CTRL+ALT+DEL 就返回
并进入任务管理器。
选“应用程序->结束”就可以恢复正常。
4. 原来 UCDOS 下的各种汉字应用系统,如:FOXBASE,
QBASIC,GWBASIC,MASM,BorlandC等,在 Win98 的 MS-DOS
下能正常运行的系统,都可以继续使用。
5. 改进 ucdos.bat 分项命令执行的办法。
ucdos.bat 改为 分项命令执行,不便记忆,改进如下:
(1) copy rd16.com uc1.com
(2) copy knl.com uc2.com
(3) 建立 uc3.bat 内容只有2行:
py.com
rdfnt.com
(4) 运行时,连续执行: uc1 , uc2 , uc3 就可以顺利进
入 ucdos .
UCDOS 这样用,可以正常运行。但那么多的应用系统都支
持32位,因而不存在兼容性问题,要是UCDOS 核心程序,也支持32
位就好了。
我们寄希望于UCDOS的开发者和有志之士。
I know. How to run UCDOS under Windows XP?
--------------------------------------------------------------------------------
##
I have many programs under the support of UCDOS, such as salary management system, auxiliary writing and auxiliary web page making system, which are developed under Chinese character FOXBASE. There are many programs under Chinese character QBASIC, MASM, BC, and I still want to use them, some are still in use. These DOS programs are all inseparable from the UCDOS Chinese character platform.
Question: When running UCDOS under Windows XP, there is screen flicker and garbled code. How to solve it?
Answer: UCDOS is a 16-bit Chinese character system, which has compatibility problems with WinXP. If you must use it, some measures can be taken and it is expected to continue to be used.
Method 1 Use command.com command
1. Right-click on the blank area of the desktop and select "New" -> "Shortcut", enter "command.com /k c:\ucdos\ucdos.bat" after "Please type the location of the item", click "Next", change the name of this shortcut to "UCDOS", and click "Finish".
2. Right-click this shortcut again, select "Properties", change "Memory" to "Automatic", "Screen" to "Full screen", and the other properties can use the default values.
Method 2 Use cmd.exe command
1. Set the compatibility of the core files of UCDOS.
Start -> All Programs -> Accessories -> Program Compatibility Wizard -> I want to locate the program manually -> Browse -> \ucdos\knl.com -> win98 -> 256 colors, 640X480 -> Is the program working correctly? Yes, set this program to always use compatibility settings.... Complete.
For some UCDOS versions, the core file is knlvga.exe, and the compatibility setting should be carried out in the same way.
2. Method of running UCDOS system files.
Enter the command prompt (MS-DOS state)
Switch to the UCDOS directory.
Do not run UCDOS.BAT at this time. You can run the commands one by one. For example:
RD16.COM
KNL.COM
PY.COM
RDFNT.COM
For some versions, the running order is: (version compatible with Chinese Star double pinyin input method)
RD16.COM
KNLVGA.EXE
PY.COM
RDFNT.COM
3. If there is screen flicker and garbled code, you can press CTRL+ALT+DEL to return and enter the Task Manager.
Select "Application -> End" to return to normal.
4. All kinds of Chinese character application systems under the original UCDOS, such as: FOXBASE, QBASIC, GWBASIC, MASM, BorlandC, etc., which can run normally under MS-DOS of Win98, can continue to be used.
5. Improve the way of executing sub-commands in ucdos.bat.
It is inconvenient to remember to change ucdos.bat to execute sub-commands. The improvement is as follows:
(1) copy rd16.com uc1.com
(2) copy knl.com uc2.com
(3) Create uc3.bat with only 2 lines:
py.com
rdfnt.com
(4) When running, execute uc1, uc2, uc3 continuously to smoothly enter ucdos.
UCDOS can run normally in this way. But so many application systems all support 32 bits, so there is no compatibility problem. It would be great if the UCDOS core program also supports 32 bits.
We pin our hopes on the developers of UCDOS and those who are eager to do so.
|
|
2004-6-14 00:00 |
|
|
o2y
中级用户
  
积分 226
发帖 51
注册 2004-4-16
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
简单些,你就安装个双系统引导——其中一个是FAT16的UC-DOS盘,就可以了
Simply, you just install a dual-boot guide - one of which is a FAT16 UC-DOS disk, that's it
|
|
2004-6-19 00:00 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
ucdos7.0可以在2000下运行的。在xp里应该可以
UCDOS7.0 can run under 2000. It should be okay under XP.
|

简单就是美 |
|
2004-6-24 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
UCDOS跟FAT16有什么关系?FAT32等一样可以用。
What is the relationship between UCDOS and FAT16? FAT32 and the like can also be used.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2004-7-3 00:00 |
|
|
《电脑爱好
高级用户
    科学家
积分 693
发帖 270
注册 2003-7-21
状态 离线
|
|
2004-7-22 00:00 |
|
|
7758520
初级用户
 
积分 114
发帖 7
注册 2004-7-24
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
找UCDOS 7.0吧,直接安装就能用了
Looking for UCDOS 7.0, just install it directly and you can use it.
|
|
2004-7-24 00:00 |
|
|
mason_1120
初级用户
 
积分 112
发帖 4
注册 2004-7-30
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
网站上下不下来啊,谁有啊?加我msn,发给我吧!谢谢拉!真的很感谢我的MSN:mason_1120@hotmail.com
Can't download it from the website. Does anyone have it? Add me on MSN and send it to me! Thanks a lot! Really appreciate it. My MSN: mason_1120@hotmail.com
|
|
2004-7-30 00:00 |
|