|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
开始放C上的 在那之后可以用了 就弄的光盘
相应的路径修改了已经
Started putting it on the C drive. After that, it could be used. Then made the CD. The corresponding path has been modified already
|
|
2008-10-20 02:35 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
现在我假定你的情况是这样的:
UCDOS 是以前安装在硬盘上的,现在全部刻到光盘上,硬盘上的 UCDOS 还在,从硬盘启动,到光盘上的 UCODS 目录中执行 UCDOS.BAT 可以启动 UCDOS ,光盘上的 UCDOS.BAT 内容如下:
D:\UCDOS\RD16 %1
D:\UCDOS\KNL %2
D:\UCDOS\TX
D:\UCDOS\PY
D:\UCDOS\RDFNT
现在你用软盘启动,你软盘的 AUTOEXEC.BAT 内容如下:
@ECHO OFF
LH MSCDEX.EXE /D:oemcd001 /L:D
path=d:\ucdos;c:\fox
d:\ucdos\ucdos.bat
c:\fox\fox.bat
但是却无法启动 UCDOS 。
这样,你先不要在 AUTOEXEC.BAT 中启动 UCDOS ,软盘启动后不转到 D:\UCDOS 目录中,能否在命令提示符下直接输入 UCDOS 来启动 UCDOS 。
Now I assume your situation is like this:
UCDOS was previously installed on the hard disk, and now it's all burned to the CD. The UCDOS on the hard disk is still there. When booting from the hard disk and executing UCDOS.BAT in the UCODS directory on the CD, UCDOS can be started. The content of UCDOS.BAT on the CD is as follows:
D:\UCDOS\RD16 %1
D:\UCDOS\KNL %2
D:\UCDOS\TX
D:\UCDOS\PY
D:\UCDOS\RDFNT
But when you boot with a floppy disk, the content of the AUTOEXEC.BAT of your floppy disk is as follows:
@ECHO OFF
LH MSCDEX.EXE /D:oemcd001 /L:D
path=d:\ucdos;c:\fox
d:\ucdos\ucdos.bat
c:\fox\fox.bat
However, UCDOS cannot be started.
In this way, you first don't start UCDOS in AUTOEXEC.BAT. After booting with the floppy disk and not switching to the D:\UCDOS directory, can you directly type UCDOS at the command prompt to start UCDOS?
|

DOS倒下了,但永远不死
DOS NEVER DIES !
投票调查:
http://www.cn-dos.net/forum/viewthread.php?tid=46187
本人尚未解决的疑难问题:
http://www.cn-dos.net/forum/viewthread.php?tid=15135
http://www.cn-dos.net/forum/viewthread.php?tid=47663
http://www.cn-dos.net/forum/viewthread.php?tid=48747 |
|
2008-10-20 02:58 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
不行 提示无字库
睡觉了 谢谢了 早上还要上班啊
你也早点休息把
呵呵
Last edited by fghlw on 2008-10-20 at 03:03 ]
Not working. Prompt: no font library. Going to sleep. Thanks. Have to go to work in the morning. You also go to bed early. Hehe
Last edited by fghlw on 2008-10-20 at 03:03 ]
|
|
2008-10-20 03:02 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
用土的掉渣最没技术含量的方法:
AUTOEXEC.BAT
@ECHO OFF
LH MSCDEX.EXE /D:oemcd001 /L:D
d:
cd ucdos
ucdos.bat
c:
cd fox
fox.bat
这样就可以了 无语了吧 哈哈哈哈
The most outdated and least technical way:
AUTOEXEC.BAT
@ECHO OFF
LH MSCDEX.EXE /D:oemcd001 /L:D
d:
cd ucdos
ucdos.bat
c:
cd fox
fox.bat
That's it. Are you speechless? Hahaha
|
|
2008-10-20 03:10 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-20 03:11 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
今天又找了台机器
当改变UCDOS路径 程序提示同样的错误
后来把UCDOS放在C盘根目录下面 就正常运行
是不是UCDOS安装时或本身有什么配置?网上曾见有人提到"UCDOS只能在根目录的UCDOS下" 前面正常的时候 也曾把"UCDOS" 用XCOPY /S考到C的根目录下 不知道是否与这个有关
基本没怎么用过DOS特别是UCDOS 不怎么了解
难道有什么配置文件或内置的路径??
Last edited by fghlw on 2008-10-20 at 14:24 ]
Today I found another machine. When changing the UCDOS path, the program prompted the same error. Later, when I put UCDOS in the root directory of drive C, it ran normally. Is there any configuration during UCDOS installation or within the system itself? I once saw someone mention that "UCDOS can only run in UCDOS under the root directory". When it was working normally before, I also used XCOPY /S to copy "UCDOS" to the root directory of drive C. I don't know if that has something to do with it. I don't use DOS much, especially UCDOS, and I don't know much about it. Is there any configuration file or built-in path?
Last edited by fghlw on 2008-10-20 at 14:24 ]
|
|
2008-10-20 14:22 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-20 16:35 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
............................
"UCDOS只能在根目录的UCDOS下"
当然是和这个一样的 要不怎么会联想起这个
C:\UCODS\
D:\UCDOS\
............................
"UCDOS can only be under UCDOS in the root directory"
Of course, it's the same as this. Otherwise, how would I think of this
C:\UCODS\
D:\UCDOS\
|
|
2008-10-20 18:50 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
现在的问题是是否UCDOS必须这样
但这样确实是可以了
Now the question is whether UCDOS has to be like this, but it's indeed okay like this
|
|
2008-10-20 18:51 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-20 18:58 |
|
|
wl00560
银牌会员
    
积分 1384
发帖 709
注册 2005-10-29
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
Originally posted by fghlw at 2008-10-19 23:23:
@ECHO OFF
RD16
KNL
PY
LIMD WB.IMD
RDFNT
PRNT
TX
把RD16和KNL后面的参数去掉就可以了
你进入UCDOS目录,然后一步步执行上述的文件,看有什么提示没有……
照道理讲,应该没有问题的
Originally posted by fghlw at 2008-10-19 23:23:
@ECHO OFF
RD16
KNL
PY
LIMD WB.IMD
RDFNT
PRNT
TX
You can remove the parameters after RD16 and KNL.
Enter the UCDOS directory and then execute the above files step by step to see if there are any prompts...
In theory, there should be no problem.
|
|
2008-10-20 20:47 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 42 楼』:
使用 LLM 解释/回答一下
楼上的 提示是无字库 出错的时候
就是执行RD16的时候
When the upper floor prompts that there is no font library and an error occurs, that is when executing RD16.
|
|
2008-10-21 02:31 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
论坛的时钟是不是改调整下了?
服务器不是北京时间?
Is the forum's clock supposed to be adjusted? Is the server not Beijing time?
|
|
2008-10-21 02:31 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-10-21 03:01 |
|
|
fghlw
初级用户
 
积分 66
发帖 32
注册 2007-6-8
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
哈哈 看来是疑难杂症和我的UCDOS一个样 现在可以用了
改天弄个虚拟机测试下 这样一遍一遍启动 要是自己的机器要心痛死了
Haha, it seems it's a difficult problem similar to my UCDOS. Now it can be used. I'll test it in a virtual machine another day. If I start it over and over again like this, my own machine would be heart - breaking.
|
|
2008-10-21 13:57 |
|