|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 46 楼』:
使用 LLM 解释/回答一下
刚才试了一下,如果是没有字库的提示,是不是你的目录中没有hzk16这个文件?如果没有,当然无法运行了……
UCDOS与CCDOS 97的字库是通用的,你可以拷贝一个过去……
Just tried it. If there's a prompt about no font, is it because there's no hzk16 file in your directory? If not, of course it can't run... The font libraries of UCDOS and CCDOS 97 are compatible. You can copy one over...
|
|
2008-10-21 17:47 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 47 楼』:
使用 LLM 解释/回答一下
那段时间论坛服务器出问题??
楼上的不是这原因 没搞明白 但想搞明白
现象和问题主要的前面都说了 UCDOS 是否可以安装在任意目录 或 能否手工修改目录? 觉得是这方面的问题 知道的能说下吗?
During that period, there was an issue with the forum server?? The person above is not the reason. I didn't figure it out, but I want to figure it out. The phenomena and problems are mainly mentioned earlier. Can UCDOS be installed in any directory or can the directory be modified manually? I think it's related to this. Those who know, can you say something?
|
|
2008-11-7 04:47 |
|
|
jfzhang
新手上路

积分 1
发帖 2
注册 2008-7-20
状态 离线
|
『第 48 楼』:
使用 LLM 解释/回答一下
????????
Please provide the Chinese content that needs to be translated so that I can perform the translation operation.
|
|
2008-11-7 10:33 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 49 楼』:
使用 LLM 解释/回答一下
可以安装任意目录……但一定要是根目录……
刚才在Windows XP下运行了一下,没有任何问题……4DOS环境……
Can be installed in any directory... but it must be the root directory... Just ran it under Windows XP just now, no problems... 4DOS environment...
|
|
2008-11-9 00:10 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 50 楼』:
使用 LLM 解释/回答一下
楼上的DOS是哪个版本?用来引导的DOS
Which version of DOS is used by the user upstairs? The DOS used for booting
|
|
2008-11-10 22:18 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 51 楼』:
使用 LLM 解释/回答一下
我不是引导的DOS,我是Windows XP下中的DOS环境……
刚才看了一下,你在目录中可以启动,是不是?
那就好解决了
你在@echo off之后加入
c:(UCDOS的盘符)
CD UCDOS(UCDOS的目录)
再是那些执行语句……
现在可能是你的批处理没有进入UCDOS目录,以至于出现找不到文件的问题……
Last edited by wl00560 on 2008-11-11 at 16:49 ]
I am not the DOS for booting, I am the DOS environment in Windows XP...
Just now I took a look, you can start in the directory, right?
Then it's easy to solve
After you add @echo off
c: (the drive letter of UCDOS)
CD UCDOS (the directory of UCDOS)
Then those execution statements...
Now it may be that your batch file did not enter the UCDOS directory, so that the problem of not finding the file occurs...
Last edited by wl00560 on 2008-11-11 at 16:49 ]
|
|
2008-11-11 16:45 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 52 楼』:
使用 LLM 解释/回答一下
那应该如何解决?
"
你在@echo off之后加入
c:(UCDOS的盘符)
CD UCDOS(UCDOS的目录)
"
这个?试过 还是有问题
Then how to solve it?
"
You add after @echo off
c: (the drive letter of UCDOS)
CD UCDOS (the directory of UCDOS)
"
This? Tried, still have problems
|
|
2008-11-16 00:33 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 53 楼』:
使用 LLM 解释/回答一下
这样吧,你干脆先不用批处理
把批处理的步骤一步步的输入命令行,看到底是什么地方出错……
如果一步步输入可以,批处理不行,那还真不知是哪儿的问题了……
你也可以加载4DOS,那里面应该有一个参数是专门调试批处理的,是一步步执行,具体怎样忘记了,你可以在进入4DOS后,按F1寻求帮助──英文要稍微懂一点哦……
How about this, you might as well not use batch processing for now. Enter the commands step by step in the command line to see exactly where the error occurs... If entering step by step works but the batch processing doesn't, then it's really unclear where the problem is... You can also load 4DOS, and there should be a parameter in it specifically for debugging batch processing, which executes step by step. I've forgotten the specific details. You can press F1 for help after entering 4DOS ── you need to know a little English...
|
|
2008-11-16 22:35 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 54 楼』:
使用 LLM 解释/回答一下
也可以把bat文件改为Autoexec.bat,然后在进入DOS之前不停地按F8,会出现一个菜单,里面有一个是step by setp(大体如此,记得不是很清楚),就是一步步执行的意思,你可以一步步执行,看到底是哪儿出错了……
前提是,你进入UCDOS目录中可以完整执行……
You can also change the bat file to Autoexec.bat, then keep pressing F8 before entering DOS, a menu will appear, and there is one that is step by step (roughly like this, I don't remember very clearly), which means executing step by step. You can execute step by step to see where the error is... The premise is that you can execute completely in the UCDOS directory...
|
|
2008-11-16 22:38 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
|
2008-11-17 02:18 |
|