|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-7-29 00:00 |
|
|
manson
初级用户
 
积分 105
发帖 2
注册 2003-7-29
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
谢谢,下了在说。
Thanks, I'll talk about it after downloading.
|
|
2003-7-29 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
以下是引用Roy在2003-7-29 13:33:17的发言:
再更新~~
加入"當ramdisk無法建立時改為在硬盤上建立暫存目錄"功能
Roy的这个更新版还是没有我新加的系统文件配置等功能呢。。而且安装后出现“File not found"的错误。我上面传的那个更新版本就没有这个问题的。。
另外我发现好像还少了一个GDISK相关功能,那就是当硬盘已分区却未格式化时!
The following is the speech of Roy on 2003-7-29 13:33:17:
Update again~~
Add the function of "changing to create a temporary directory on the hard disk when the ramdisk cannot be created"
Roy's updated version still doesn't have the functions like the newly added system file configuration that I did. Moreover, an "File not found" error occurs after installation. The updated version I uploaded above doesn't have this problem.
In addition, I found that there seems to be a missing GDISK-related function, that is, when the hard disk has been partitioned but not formatted!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-29 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-7-29 20:52:18的发言:
Roy的这个更新版还是没有我新加的系统文件配置等功能呢。。而且安装后出现“File not found"的错误。我上面传的那个更新版本就没有这个问题的。。
另外我发现好像还少了一个GDISK相关功能,那就是当硬盘已分区却未格式化时!
那麼Wengier你替我修一下了
The following is the statement from Wengier on 2003-7-29 20:52:18:
Roy's updated version still doesn't have the functions like the newly added system file configuration that I have. Moreover, after installation, the "File not found" error occurs. The updated version I uploaded above doesn't have this problem..
In addition, I found that there seems to be a missing GDISK - related function, that is, when the hard disk has been partitioned but not formatted!
Then Wengier, please fix it for me
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-7-29 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 35 楼』:
使用 LLM 解释/回答一下
又更新了一下,可以检测硬盘是否为活动分区、是否格式化了并进行相应的提示等。这个安装程序可以自动将分区设置为活动分区,不过应先手工格式化。
另外已正式加入"当RAM Disk无法建立时改为在硬盘上建立暂存目录"功能(已修改)。
It has been updated again. It can detect whether the hard disk is an active partition, whether it has been formatted, and give corresponding prompts, etc. This installation program can automatically set the partition as an active partition, but it should be formatted manually first.
In addition, the function of "changing to creating a temporary directory on the hard disk when the RAM Disk cannot be created" has been officially added (modified).
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-29 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-7-30 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
以下是引用Roy在2003-7-30 11:15:34的发言:
再更新~~~
修正了一堆小bug
看了一下,小BUG改得确实不少!。。不过好像也有两处误会呢:
第一处是:
if not %os%#==Windows_NT# set windir=
if not %windir%#==# set win=1
if %os#==Windows_NT# set win=1
其实第3行倒不一定要,因为WinNT/2K/XP下也是有windir变量的,不过由于这时的windir是可以用SET命令直接删的,所以必需先检测一下%OS%变量才行。但一旦发现windir变量仍存在,就可以基本上确定Win(无论什么版本)正在运行了。
第二处是:
if exist %tdir% del %tdir%
成为:
if exist %tmpdest%\nul echo Y|del %tmpdest%\*.*>NUL
其实,if exist %tdir%是判断是否有%tdir%这个文件,而不是%tdir%这个目录。因为倘若有同名的文件存在的话,那么这个目录将无法被建立。所以还是先检验并删掉为好。。
另外,要不要重新建立统一的版本呢?
The following is the speech quoted by Roy on 2003-7-30 11:15:34:
Update again~~~
Fixed a bunch of small bugs
Had a look, and indeed quite a lot of small bugs have been fixed!.. But it seems there are also two misunderstandings:
The first one is:
if not %os%#==Windows_NT# set windir=
if not %windir%#==# set win=1
if %os#==Windows_NT# set win=1
Actually, the 3rd line isn't necessarily needed because there is also the windir variable under WinNT/2K/XP, but since the windir at this time can be directly deleted with the SET command, so we must first check the %OS% variable. But once it is found that the windir variable still exists, it can basically be determined that Win (no matter what version) is running.
The second one is:
if exist %tdir% del %tdir%
Become:
if exist %tmpdest%\nul echo Y|del %tmpdest%\*.*>NUL
Actually, if exist %tdir% is to judge whether there is the file %tdir%, not the directory %tdir%. Because if there is a file with the same name, then this directory cannot be established. So it's better to check and delete first..
In addition, do we need to re-establish a unified version?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-30 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-7-30 11:36:02的发言:
第一处是:
if not %os%#==Windows_NT# set windir=
if not %windir%#==# set win=1
if %os#==Windows_NT# set win=1
其实第3行倒不一定要,因为WinNT/2K/XP下也是有windir变量的,不过由于这时的windir是可以用SET命令直接删的,所以必需先检测一下%OS%变量才行。但一旦发现windir变量仍存在,就可以基本上确定Win(无论什么版本)正在运行了。
是嗎?可是我在xp下找不到windir变量呢.....
以下是引用Wengier在2003-7-30 11:36:02的发言:
第二处是:
if exist %tdir% del %tdir%
成为:
if exist %tmpdest%\nul echo Y|del %tmpdest%\*.*>NUL
其实,if exist %tdir%是判断是否有%tdir%这个文件,而不是%tdir%这个目录。因为倘若有同名的文件存在的话,那么这个目录将无法被建立。所以还是先检验并删掉为好。。
對.....正在修正中.....
以下是引用Wengier在2003-7-30 11:36:02的发言:
另外,要不要重新建立统一的版本呢?
那麼是用你的版本還是我的版本呢......?
The following is the speech quoted by Wengier on July 30, 2003, 11:36:02:
The first place is:
if not %os%#==Windows_NT# set windir=
if not %windir%#==# set win=1
if %os#==Windows_NT# set win=1
In fact, the 3rd line is not necessarily needed, because under WinNT/2K/XP there is also the windir variable, but since the windir here can be directly deleted with the SET command, it is necessary to first detect the %OS% variable. But once it is found that the windir variable still exists, it can basically be determined that Win (no matter what version) is running.
Is that so? But I can't find the windir variable under XP.....
The following is the speech quoted by Wengier on July 30, 2003, 11:36:02:
The second place is:
if exist %tdir% del %tdir%
Become:
if exist %tmpdest%\nul echo Y|del %tmpdest%\*.*>NUL
In fact, if exist %tdir% is to judge whether there is the file %tdir%, not the directory %tdir%. Because if there is a file with the same name, then this directory cannot be established. So it is better to check and delete first.....
Yes..... It is being corrected.....
The following is the speech quoted by Wengier on July 30, 2003, 11:36:02:
In addition, do you want to re-establish a unified version?
Then which version should I use, yours or mine......?
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-7-30 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
以下是引用Roy在2003-7-30 11:43:51的发言:
以下是引用Wengier在2003-7-30 11:36:02的发言:
第一处是:
if not %os%#==Windows_NT# set windir=
if not %windir%#==# set win=1
if %os#==Windows_NT# set win=1
其实第3行倒不一定要,因为WinNT/2K/XP下也是有windir变量的,不过由于这时的windir是可以用SET命令直接删的,所以必需先检测一下%OS%变量才行。但一旦发现windir变量仍存在,就可以基本上确定Win(无论什么版本)正在运行了。
是嗎?可是我在xp下找不到windir变量呢.....

The following is the statement quoted by Roy on 2003-7-30 11:43:51:
The following is the statement quoted by Wengier on 2003-7-30 11:36:02:
The first place is:
if not %os%#==Windows_NT# set windir=
if not %windir%#==# set win=1
if %os#==Windows_NT# set win=1
Actually, the third line is not necessarily needed because under WinNT/2K/XP there is also the windir variable, but since the windir here can be directly deleted using the SET command, so we must first detect the %OS% variable. But once it is found that the windir variable still exists, it can basically be determined that Win (no matter what version) is running.
Is that so? But I can't find the windir variable under XP.....

|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-7-30 00:00 |
|
|
kkkgye
中级用户
  
积分 209
发帖 44
注册 2003-7-6
状态 离线
|
|
2003-7-30 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
OK。。又做了一些小更新。有不少更新,例如修正了选“Minimal”(最小安装)方式时可能出现的一些小BUG、FIND命令引起的相关BUG、更新了GDISK以支持更大的硬盘、加入了PRINT、APPEND等命令,等等。
OK.. Some small updates have been made again. There are quite a few updates, such as fixing some small bugs that might occur when choosing the "Minimal" (minimal installation) method, bugs related to the FIND command, updating GDISK to support larger hard drives, adding commands like PRINT, APPEND, and so on.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-30 00:00 |
|
|
电吉入侵
初级用户
 
积分 1480
发帖 377
注册 2003-6-6
状态 离线
|
『第 42 楼』:
使用 LLM 解释/回答一下
好...
Okay...
|

欢迎大家访问我的主页!
精品.爱好http://iso.533.net |
|
2003-7-30 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
|
2003-7-31 00:00 |
|
|
Joop
初级用户
 
积分 104
发帖 2
注册 2003-7-31
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
我想问一下,我在使用过程中的问题:
1、进入MS-DOS之后怎样退出?或直接在MS-DOS中启动WINXP呢。
2、MS-DOS中的输入法的切换键是什么?
急!
谢谢!
I want to ask about the problems I encountered during use:
1. How to exit after entering MS-DOS? Or start WINXP directly in MS-DOS.
2. What is the switch key for the input method in MS-DOS?
Urgent!
Thanks!
|
|
2003-7-31 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
其实两个版本都非常接近(95-99%相同)呢。。基本上只是除了那几个ZIP文件名不同外。。
另外,关于Shutdown和Reboot,虽然它们自身大小表面上不一样,但由于它们都小于512个字节,所以实际占用的软盘空间是完全一样的。而相比之下,Shutdown的功能比Reboot要强大多了。。
我也再次更新,加入了让用户选择是否显示开机LOGO的功能。
Actually, both versions are very close (95-99% identical).. Basically, it's just that a few ZIP file names are different..
Also, regarding Shutdown and Reboot, although their own sizes seem different on the surface, since they are both smaller than 512 bytes, the actual floppy disk space they occupy is exactly the same. And in contrast, the function of Shutdown is much stronger than that of Reboot..
I have also updated again, adding the function for users to choose whether to display the boot logo..
|

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