|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
|
2007-3-15 09:52 |
|
|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
查明问题的所在了。
是由于软盘镜像在使用过程中 需要往软盘中写数据。。
下面是 文件列表:
2001-05-05 22:22 94,292 command.com
2006-09-15 10:10 32 config.sys
2006-01-25 07:36 1,436,176 ghost.exe
2001-05-05 22:22 10,351 himem.sys
2003-06-20 12:55 125,960 io.sys
2006-09-16 07:58 1,200 m.bat
2000-09-25 14:58 234,404 TW.EXE
2005-08-29 09:25 50 W.BAT
2002-12-12 18:27 8,666 WBAT.COM
2007-03-15 13:12 25 autoexec.bat
其中autoexec.bat
echo off
tw/np>nul
m
m.bat 比较重要
@echo off
cls
set c=1
set d=1
set e=1
set f=2
set g=sys
set u=警告!如继续操作将覆盖原有文件!!!请确认
set y=ghost -sure -rb -clone,mode
:a
call w w
goto %?%
:w "矮人工作室qwe1234567制作 "
声明:本人对使用本软件
导致的数据丢失不负责!
:1
call w t
if not %?%*==2* goto a
%y%=pdump,src=%c%:%d%,dst=%e%:%f%\%g%.gho -z1
echo 出错了!请检查硬盘!
goto a
:t "分区备份向导"
第硬盘第分区
备份到
第硬盘第分区:\.gho
%u%
:2
call w y
if not %?%*==2* goto a
%y%=pload,src=%e%:%f%\%g%.gho:1,dst=%c%:%d%
echo 出错了!请检查硬盘!
goto a
:y "分区恢复向导"
第硬盘第分区:\.gho
恢复到
第硬盘第分区
%u%
:3
call w r
if not %?%*==2* goto a
if %d%*==* goto b
%y%=pcopy,src=%c%:%d%,dst=%h%:%i%
echo 出错了!请检查硬盘!
goto a
:100
goto a
:b
%y%=copy,src=%c%,dst=%h%
echo 出错了!请检查硬盘!
goto a
:r "硬盘对拷向导"
第硬盘第分区
对拷到
第硬盘第分区
警告!一旦按"确定",将立即对拷,目标分区或硬盘将被覆盖!
最后还有一个w.bat
wbat $w box (+white on +blue) @m.bat:%1 %2 %3 %4
不知道 在哪 对软盘进行写操作。请大家帮下兄弟。。
找了点资料 说mouse.com有个版本会出现这个问题 可是 ,这里没有用到。。。
The problem has been identified.
It is because when using the floppy disk image, data needs to be written to the floppy disk.
The following is the file list:
2001-05-05 22:22 94,292 command.com
2006-09-15 10:10 32 config.sys
2006-01-25 07:36 1,436,176 ghost.exe
2001-05-05 22:22 10,351 himem.sys
2003-06-20 12:55 125,960 io.sys
2006-09-16 07:58 1,200 m.bat
2000-09-25 14:58 234,404 TW.EXE
2005-08-29 09:25 50 W.BAT
2002-12-12 18:27 8,666 WBAT.COM
2007-03-15 13:12 25 autoexec.bat
Among them, autoexec.bat
echo off
tw/np>nul
m
The m.bat is relatively important
@echo off
cls
set c=1
set d=1
set e=1
set f=2
set g=sys
set u=Warning! If you continue the operation, the original files will be overwritten!!! Please confirm
set y=ghost -sure -rb -clone,mode
:a
call w w
goto %?%
:w "Made by A矮人工作室qwe1234567 "
Declaration: I am not responsible for the data loss caused by using this software!
:1
call w t
if not %?%*==2* goto a
%y%=pdump,src=%c%:%d%,dst=%e%:%f%\%g%.gho -z1
echo An error occurred! Please check the hard disk!
goto a
:t "Partition Backup Wizard"
The partition of the hard disk
Back up to
The partition of the hard disk:\.gho
%u%
:2
call w y
if not %?%*==2* goto a
%y%=pload,src=%e%:%f%\%g%.gho:1,dst=%c%:%d%
echo An error occurred! Please check the hard disk!
goto a
:y "Partition Restore Wizard"
The partition of the hard disk:\.gho
Restore to
The partition of the hard disk
%u%
:3
call w r
if not %?%*==2* goto a
if %d%*==* goto b
%y%=pcopy,src=%c%:%d%,dst=%h%:%i%
echo An error occurred! Please check the hard disk!
goto a
:100
goto a
:b
%y%=copy,src=%c%,dst=%h%
echo An error occurred! Please check the hard disk!
goto a
:r "Hard Disk Duplication Wizard"
The partition of the hard disk
Duplicate to
The partition of the hard disk
Warning! Once you press "Confirm", the duplication will be carried out immediately, and the target partition or hard disk will be overwritten!
Finally, there is also a w.bat
wbat $w box (+white on +blue) @m.bat:%1 %2 %3 %4
I don't know where the writing operation to the floppy disk is. Please help my brother.
I found some information saying that a certain version of mouse.com will have this problem, but, here it is not used...
|
|
2007-3-16 03:10 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
|
2007-3-16 03:30 |
|
|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
谢谢 。。
只是 不知道怎么弄 ,可以给点相关资料吗?
Thanks..Just don't know how to do it. Can you give some relevant materials?
|
|
2007-3-16 03:43 |
|
|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
找不到 问题文件 。。。郁闷。。
Can't find the problem file... Depressed.
|
|
2007-3-16 09:16 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
昨天有人问“ http://www.cn-dos.net/forum/viewthread.php?tid=28528&fpage=1”
我把他说的文件下载了,根据要求修改了扩展名,制作成ISO测试证明能用。
注意看了一下,你与他讲的是同一个软件。
同时比较了一下你提供的文件清单与批处理,发现除ghost.exe文件大小不一样外,可说两者完全一样。建议换掉该文件后再试。
我没用过wbat,不很明白该批处理。
Yesterday someone asked " http://www.cn-dos.net/forum/viewthread.php?tid=28528&fpage=1"
I downloaded the file he mentioned, modified the extension according to the requirements, and made it into an ISO to test and prove it works.
I took a look and you were talking about the same software as him.
At the same time, I compared the file list and batch processing you provided, and found that except for the different file size of ghost.exe, the two can be said to be exactly the same. It is suggested to replace that file and then try.
I haven't used wbat and don't understand this batch processing very well.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-3-16 20:45 |
|
|
jiaju8
初级用户
 
积分 74
发帖 30
注册 2007-3-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
遇见个同伙啊 呵呵
同问
--------------------------------
wang6610:
怎么写代码------改到ramdisk中就可以
--------------------------------
lianjiang2004:
做成ISO以后,可以显示界面,你运行就知道有错误了
Last edited by jiaju8 on 2007-3-16 at 08:30 AM ]
Met a fellow traveler, heh
Same question
--------------------------------
wang6610:
How to write code ------ Just modify to the ramdisk to be okay
--------------------------------
lianjiang2004:
After making it into ISO, you can display the interface, and you'll know there are errors when you run it
Last edited by jiaju8 on 2007-3-16 at 08:30 AM ]
|
|
2007-3-16 21:21 |
|
|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
ghost没有问题。。
再请帮忙。。
Ghost is fine..
Please help again..
|
|
2007-3-19 04:32 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by jiaju8 at 2007-3-16 21:21:
lianjiang2004:
做成ISO以后,可以显示界面,你运行就知道有错误了
看了你的帖子,不是没问题吗?
Originally posted by jiaju8 at 2007-3-16 21:21:
lianjiang2004:
After making it into an ISO, you can display the interface, and you will know there is an error when you run it
I read your post, isn't there no problem?
|

Windows 一键还原
http://www.yjhy.com |
|
2007-3-19 05:14 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by yefeng2651 at 2007-3-19 04:32:
ghost没有问题。。
再请帮忙。。
看jiaju8的帖子,用他的img就可以。
Originally posted by yefeng2651 at 2007-3-19 04:32:
Ghost is okay..
Please help again..
Look at jiaju8's post, using his img will work.
|

Windows 一键还原
http://www.yjhy.com |
|
2007-3-19 05:15 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
『第 11 楼』:
把包中文件放到ghost.ima中
使用 LLM 解释/回答一下
把包中文件放到ghost.ima中
空间已满,附件传不了。
Last edited by wang6610 on 2007-3-19 at 05:26 AM ]
Put the files in the package into ghost.ima
The space is full, so the attachment can't be uploaded.
Last edited by wang6610 on 2007-3-19 at 05:26 AM ]
|
|
2007-3-19 05:22 |
|
|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
|
2007-3-20 02:17 |
|
|
yefeng2651
初级用户
 
积分 36
发帖 16
注册 2006-7-5
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
http://doshome.net/bbs/dispbbs.asp?boardID=19&ID=19667
谢谢你的回复 那个帖子我看了。。
不过问题不同 那个软盘镜像准备用于刻录到光盘中。
测试时 如果对软盘镜像写保护 dos中运行菜单后 出现 数据不能写入的问。。如果不进行写保护运行就没有问题。
我想可能是镜像里的程序有个问题。。不知道是什么问题 也试过ramdisk,能力有限。。呵呵 请帮忙。。谢谢。
http://doshome.net/bbs/dispbbs.asp?boardID=19&ID=19667
Thank you for your reply. I have read that post.
But the problem is different. That floppy disk image is going to be used for burning to a CD.
During testing, if the floppy disk image is write-protected, after running the menu in DOS, the problem of "data cannot be written" occurs.. If it is not write-protected, there is no problem.
I think there might be an issue with the program in the image.. I don't know what the problem is. I have also tried ramdisk, but I'm not capable enough. Hehe, please help. Thank you.
|
|
2007-3-20 02:46 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
|
2007-3-20 03:02 |
|
|
wang6610
银牌会员
    
积分 1246
发帖 488
注册 2003-11-11
状态 离线
|
|
2007-3-20 03:03 |
|