|  | 
 
| xuantian 高级用户
 
     
 
 
 
 积分 587
 发帖 282
 注册 2006-4-10
 状态 离线
 | 
| 『第 31 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
刚才测试了下,这其实是一张DOS下的虚拟光驱启动盘,还行.里面的DAZIP.exe是一个自解压包文件,在硬盘上的使用方法为:
 比如:  (假设你的dos在 c:\dos)
 在c:\dos中新建一个目录, 假设为 loadiso
 将 dazip.exe 复制到 c:\dos\loadiso 并运行它, 然后删除 dazip.exe
 在c:\dos\loadiso目录中新建一批处理文件 loadiso.bat,内容如下
 lh mouse
 LH TW /NP >NUL
 cls
 call driver.bat
 call ISO.bat
 
 然后执行这个批处理就可以加载虚拟光驱了(当然也可以在启动时用autoexec.bat调用)
 
 注意: 需要在 autoexec.bat中加上路径,即 set path=c:\dos;c:\dos\loadiso
 并将iso.bat倒数第二行的 A: 改为 C:,不然退出时找不到A驱就会报错
 
 其实这个目录中还有很多dos中原有的文件,也难得清理了,使用是自己整理下就可以了
 
 Last edited by xuantian on 2006-4-14 at 21:24 ]
 
I just tested it; this is actually a virtual CD-ROM boot disk for DOS, and it works.The file DAZIP.exe inside is a self-extracting package. To use it on a hard drive:
 For example: (assuming your DOS is in c:\dos)
 Create a new directory in c:\dos, let's say loadiso.
 Copy dazip.exe to c:\dos\loadiso and run it, then delete dazip.exe.
 Create a batch file named loadiso.bat in the c:\dos\loadiso directory with the following content:
 lh mouse
 LH TW /NP >NUL
 cls
 call driver.bat
 call ISO.bat
 
 Then execute this batch file to load the virtual CD-ROM (you can also call it from autoexec.bat during startup).
 
 Note: You need to add the path in autoexec.bat, i.e., set path=c:\dos;c:\dos\loadiso, and change the second-to-last line in iso.bat from A: to C:. Otherwise, an error will occur when exiting because the A drive cannot be found.
 
 Actually, there are many original DOS files in this directory. It would be a hassle to clean them up, so you can organize them yourself when using it.
 
 Last edited by xuantian on 2006-4-14 at 21:24 ]
 
 
 
 |  | 
|  2006-4-14 20:18 |  | 
|  | 
 
| xuantian 高级用户
 
     
 
 
 
 积分 587
 发帖 282
 注册 2006-4-10
 状态 离线
 | 
| 『第 32 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
请楼主将主题改为"DOS下的虚拟光驱"吧,这样才不至于误导....
 当然,楼主的主题也没有错,但我看很多人将"引用"理解为了"引导"<img src="images/smilies/face-smile-big.png" align="absmiddle" border="0"><img src="images/smilies/face-smile-big.png" align="absmiddle" border="0"><img src="images/smilies/face-smile-big.png" align="absmiddle" border="0">
 
 Last edited by xuantian on 2006-4-14 at 20:27 ]
 
Could the original poster please change the topic to "Virtual CD-ROM in DOS"? This way, it will not be misleading.
 Of course, the original poster's topic is not incorrect, but I have noticed that many people have misunderstood "quotation" as "boot". :D:D:D
 
 Last edited by xuantian on 2006-4-14 at 20:27 ]
 
 
 
 |  | 
|  2006-4-14 20:21 |  | 
|  | 
 
| shatong 新手上路
 
  
 
 
 
 积分 15
 发帖 8
 注册 2006-4-14
 状态 离线
 |  | 
|  2006-4-14 20:54 |  | 
|  | 
 
| yanfengjohn 初级用户
 
   
 
 
 
 积分 177
 发帖 51
 注册 2006-4-12
 状态 离线
 |  | 
|  2006-4-16 10:18 |  | 
|  | 
 
| xjmxjm1234 中级用户
 
    论坛第一菜鸟
 
 
 积分 361
 发帖 166
 注册 2006-4-15
 状态 离线
 | 
| 『第 35 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
不管怎么说,收藏了,谢谢! 
In any case, I have saved it. Thank you! 
 
 
 
 |  
                  |  Diskette  Operating  System
 |  | 
|  2006-4-16 10:40 |  | 
|  | 
 
| ccily2701 初级用户
 
   
 
 
 
 积分 80
 发帖 45
 注册 2006-9-22
 来自 jiangxi
 状态 离线
 | 
| 『第 36 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
少了driver.bat和iso.bat 
Missing driver.bat and iso.bat 
 
 
 |  | 
|  2006-9-24 10:37 |  | 
|  | 
 
| onemoney 初级用户
 
   
 
 
 
 积分 34
 发帖 16
 注册 2005-10-4
 状态 离线
 |  | 
|  2006-10-1 08:57 |  | 
|  | 
 
| xch1967 新手上路
 
  
 
 
 积分 18
 发帖 11
 注册 2006-2-2
 状态 离线
 |  | 
|  2006-10-2 22:43 |  | 
|  | 
 
| gongting11 新手上路
 
  
 
 
 
 积分 11
 发帖 5
 注册 2005-8-25
 状态 离线
 | 
| 『第 39 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
这好像只能虚拟光驱,不能引导吧? 
It seems this can only be used as a virtual CD-ROM drive and cannot be used for booting, right? 
 
 
 |  | 
|  2006-10-5 18:55 |  | 
|  | 
 
| shj99422 初级用户
 
   
 
 
 
 积分 178
 发帖 78
 注册 2005-8-9
 状态 离线
 |  | 
|  2006-10-11 00:42 |  | 
|  | 
 
| thinkpadhome 新手上路
 
  
 
 
 
 积分 4
 发帖 2
 注册 2006-10-10
 状态 离线
 | 
| 『第 41 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
好东西好东西试一下 
Good stuff, good stuff. Let me try it. 
 
 
 |  | 
|  2006-10-11 01:10 |  | 
|  | 
 
| uei1007 新手上路
 
  
 
 
 
 积分 6
 发帖 3
 注册 2006-8-11
 状态 离线
 | 
| 『第 42 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
最近正需要!顶一个拉 
I need this recently! I'll give it a thumbs up. 
 
 
 |  | 
|  2006-10-11 10:05 |  | 
|  | 
 
| shj99422 初级用户
 
   
 
 
 
 积分 178
 发帖 78
 注册 2005-8-9
 状态 离线
 | 
| 『第 43 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
请问版主如果硬盘的所有分区是NTFS格试能行吗 
Moderator, can I use a hard drive with all partitions formatted as NTFS? 
 
 
 |  | 
|  2006-10-11 23:02 |  | 
|  | 
 
| yhuang 新手上路
 
  
 
 
 
 积分 6
 发帖 3
 注册 2006-10-17
 状态 离线
 |  | 
|  2006-10-21 08:44 |  | 
|  | 
 
| chujiafu 银牌会员
 
      
 
 
 
 积分 1339
 发帖 595
 注册 2004-5-26
 来自 安徽 宿州
 状态 离线
 | 
| 『第 45 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
偶也试了,也是不行。 
I tried it too, and it didn't work either. 
 
 
 |  | 
|  2006-10-21 09:34 |  |