|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 46 楼』:
使用 LLM 解释/回答一下
澄清一下:
GHOST 的 -IA 也可以以扇区方式处理单个分区。。。
不过,本程序的
1
连续任务(尤其是任务之间有更新关系的连续任务)
2
处理任意指定扇区
这是GHOST没有的
Clarify:
GHOST's -IA can also process a single partition in sector mode...
However, this program's
1
Continuous tasks (especially continuous tasks with update relationships between tasks)
2
Processing any specified sector
These are what GHOST doesn't have
|
|
2006-9-22 23:35 |
|
|
profree
中级用户
  
积分 478
发帖 132
注册 2003-7-2
状态 离线
|
『第 47 楼』:
使用 LLM 解释/回答一下
To GOTOmsdos:
参数太多,太复杂了吧?
能提供源代码吗?
我想做个类似于一键恢复的软件,用你的这个做备份和恢复,希望能在我的软件界面上显示操作过程,可以吗?
To GOTOmsdos:
Too many parameters, too complicated?
Can you provide the source code?
I want to make a software similar to one-click recovery, using yours for backup and recovery, and I hope to display the operation process on my software interface, is that okay?
|
|
2006-9-22 23:56 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 48 楼』:
使用 LLM 解释/回答一下
感谢关注
Originally posted by profree at 2006-9-22 11:56 PM:
To GOTOmsdos:
参数太多,太复杂了吧?
能提供源代码吗?
我想做个类似于一键恢复的软件,用你的这个做备份和恢复,希望能在我的软件界面上显示操䠮..
1
功能多,自然参数多。不过,如果你不要这些功能,你就不要输入这些参数就是了,那样,参数就比GHOST要少得多!
2
源码目前暂不提供,见谅。。
3
说明中说了,是DOS命令行程序,是在80x25的字符模式中显示运行过程。
没有办法在别的程序的控制下中显示运行过程(尤其是图形程序中)。。
Thanks for your attention
Originally posted by profree at 2006-9-22 11:56 PM:
To GOTOmsdos:
There are too many parameters, it's too complicated, right?
Can you provide the source code?
I want to make a software similar to one-click recovery, use yours for backup and recovery, and hope to display the operations on my software interface..
1
More functions naturally mean more parameters. However, if you don't need these functions, you just don't need to enter these parameters. In that case, the parameters will be much fewer than GHOST!
2
The source code is not provided for the time being, please understand. .
3
It is stated in the instructions that it is a DOS command-line program and runs in 80x25 character mode.
There is no way to display the running process under the control of other programs (especially in graphical programs). .
|
|
2006-9-23 00:54 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 49 楼』:
使用 LLM 解释/回答一下
之所以没有GHOST速度快的原因可能是GHOST用了超大缓冲
可能是 farmalloc()配合一种能超越64kb的一次文件读写
不知道具体是怎么实现的。。。
The reason why it is not as fast as GHOST may be that GHOST uses a very large buffer.
It may be that farmalloc() is combined with a file read and write that can exceed 64kb.
I don't know exactly how it is implemented...
|
|
2006-10-15 23:12 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 50 楼』:
使用 LLM 解释/回答一下
有 没 有 考 虑 做 一 个 Front-End , 让 一 些 不 大 懂 输 入 命 令 的 网 友 使 用 ?
Is there any consideration to make a Front-End so that some netizens who don't understand input commands well can use it?
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-10-21 03:42 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 51 楼』:
使用 LLM 解释/回答一下
Front-End ?
是不是一种窗口?
不过,现在没有时间了
Front-End ?
Is it a kind of window?
But there's no time now
|
|
2006-10-21 07:54 |
|
|
taojiang
初级用户
 
积分 145
发帖 66
注册 2006-10-3
状态 离线
|
『第 52 楼』:
使用 LLM 解释/回答一下
做一个简单的窗口界面吧,TODISK的参数太多了根本记不住,再说了磁盘备份又不是经常会用到,记这么多参数也没太大必要。
窗口界面中应包括应备份源盘(分区)及存储目标盘(分区)的选择,压缩率选择,存储文件名选择,源盘及目标盘大小(或剩余空间)显示,备份进度显示(图示或百分比均可)等等。另外参数分的太细似没太大必要:如压缩率分9档的问题,不会有人用那么细,有个三档就可以了,如不压缩、正常压缩、最大化压缩。
Last edited by taojiang on 2006-10-25 at 12:52 AM ]
Let's make a simple window interface. There are too many parameters in TODISK to remember. Besides, disk backup isn't used frequently, so it's not necessary to remember so many parameters. The window interface should include the selection of the source disk (partition) to be backed up and the storage target disk (partition), the compression ratio selection, the storage file name selection, the display of the size (or remaining space) of the source disk and the target disk, the backup progress display (either graphical or in percentage, etc.). Also, it seems unnecessary to have too detailed parameters: for example, the issue of dividing the compression ratio into 9 levels. No one will use that detailed, and having three levels is enough, such as no compression, normal compression, and maximum compression.
Last edited by taojiang on 2006-10-25 at 12:52 AM ]
|
|
2006-10-24 01:44 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 53 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2006-10-21 07:54 AM:
Front-End ?
是不是一种窗口?
不过,现在没有时间了
是 简 化 了 的 使 用 介 面 , 等 你 有 空 时 再 考 虑 吧 。
Originally posted by GOTOmsdos at 2006-10-21 07:54 AM:
Front-End ?
Is it a kind of window?
But there is no time now
It is a simplified user interface, consider it when you have time.
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-10-24 23:53 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 54 楼』:
使用 LLM 解释/回答一下
TO taojiang:
1
如果你觉得参数多,现在可以不管它。(等到以后,如果觉得有用的话,再来查看一下说明文档后再用。。。)
2
关于做GUI,现在确实没有时间了(这个程序就化了我3个月!,每天10个小时!现在想来真是疯狂!)
Last edited by GOTOmsdos on 2006-10-27 at 10:20 AM ]
TO taojiang:
1
If you find the parameters too many, you can ignore them for now. (Wait until later, if you find them useful, then come back to check the instruction document and use them...)
2
Regarding making the GUI, I really don't have time now (this program took me 3 months! 10 hours a day! Now it seems really crazy!)
Last edited by GOTOmsdos on 2006-10-27 at 10:20 AM ]
|
|
2006-10-27 10:18 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 55 楼』:
使用 LLM 解释/回答一下
好长时间没来看这个帖了,过来看一下。刚才我的一个小XP中了病毒了,用XP的系统还原后,仍然一样。便用这个程序把先前的备份还原了,再启动,一切正常了。由于这个小XP叫小,只有2G,恢复的很快,大概15分钟( CPU 733)。。。
感觉很爽。
I haven't visited this post for a long time, so I came to take a look. Just now, a small XP of mine got infected with a virus. After using the system restore of XP, it was still the same. Then I used this program to restore the previous backup, and when I started it again, everything was normal. Since this small XP is small, only 2G, the recovery is very fast, about 15 minutes (CPU 733)...
Feels very refreshing.
|
|
2006-12-29 23:05 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 56 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2006-12-29 11:05 PM:
好长时间没来看这个帖了,过来看一下。刚才我的一个小XP中了病毒了,用XP的系统还原后,仍然一样。便用这个程序把先前的备份还原了,再启动,� ...
我 个 人 觉 得 你 的 显 示 介 面 超 有 品 味 的 ...
老 是 想 : 如 果 有 类 似 TurboVision 操 作 就 更 完 美 了 !
Originally posted by GOTOmsdos at 2006-12-29 11:05 PM:
I haven't visited this post for a long time, let's take a look. Just now, a small XP of mine was infected with a virus. After using the system restore of XP, it was still the same. Then I used this program to restore the previous backup, and then started...
I personally think your display interface is super tasteful...
I always think: If there is an operation similar to TurboVision, it will be more perfect!
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-12-30 03:48 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 57 楼』:
使用 LLM 解释/回答一下
"显 示 介 面 超 有 品 味" ?
哈哈,多谢鼓励拉!(不过,倒确实是费了不少脑筋的。。我这个人做事就是会尽可能得追求完美,不过,代价也非常大,费了不少时间。。
)
TurboVision ?又是什么玩意儿?
发现您老兄懂得还真多呢!
"Display interface is super tasteful"?
Haha, thanks for the encouragement! (But, it really took a lot of thought.. I'm the kind of person who tries to pursue perfection as much as possible, but the cost is also very high, taking a lot of time..
)
TurboVision? What the heck is that?
I find that you, old buddy, really know a lot!
|
|
2006-12-30 04:20 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 58 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2006-12-30 04:20 AM:
"显 示 介 面 超 有 品 味" ?
哈哈,多谢鼓励拉!(不过,倒确实是费了不少脑筋的。。我这个人做事就是会尽可能得追求完美,不过,代价也 ...
老 实 说 , 自 从 Windows 后 我 也 不 抱 期 待 了 , 因 为 Unix 式 的 单 调 执 行 因 Linux 再 次 大 行 其 道 , 许 多DOS 小 程 序 的 生 动 文 字 显 示 再 被 忽 略 , 要 不 然 又 是 Windows 视 窗 , 多 闷 啊 !
忽 然 看 见 toDISK 的 显 示 , 真 令 我 怀 念 那 些 美 好 的 日 子 呢 , 我 也 知 道 制 作 不 容 易 , 佩 服 你 付 出 的 心 力 。
我 是 从 学 习 苹 果 电 脑 Apple ]
http://garbo.uwasa.fi/pc/turbovis.html
TurboVision 的 官 方 网 页 :
http://tvision.sourceforge.net
Originally posted by GOTOmsdos at 2006-12-30 04:20 AM:
"Display interface is super tasteful"?
Haha, thanks for the encouragement! (But, it really took a lot of thinking. .. I am the kind of person who will pursue perfection as much as possible, but the cost also ...
To be honest, since Windows, I have not had high expectations, because the monotonous execution of Unix-style has become popular again with Linux, and the vivid text display of many DOS small programs has been ignored again. Otherwise, it would be the Windows window again, which is so boring!
Suddenly seeing the display of toDISK really makes me miss those good old days. I also know that making it is not easy. I admire the effort you have put in.
I started learning programming from learning the Apple computer Apple]
http://garbo.uwasa.fi/pc/turbovis.html
The official website of TurboVision:
http://tvision.sourceforge.net
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2006-12-31 15:28 |
|
|
GOTOmsdos
铂金会员
       C++启程者
积分 5154
发帖 1827
注册 2003-7-18
状态 离线
|
『第 59 楼』:
使用 LLM 解释/回答一下
johnsonlam 兄 跟我学到什么东西,我可不感当啊!
说实在的,我是从三年前才开始学电脑(三年前我是DOS之家和这里的骨灰级菜鸟),从两年前才开始学C(基本上总共学C的时间才一年左右),应该是新手才对。。C只是学了个皮毛而已。。。
Last edited by GOTOmsdos on 2007-1-1 at 10:56 PM ]
Brother johnsonlam, I don't dare to take credit for teaching you anything! To be honest, I only started learning computers three years ago (three years ago, I was a veteran newbie at DOS Home and here), and I only started learning C two years ago (basically, I've only been learning C for about a year in total). I should be just a newbie. I've only scratched the surface of C...
Last edited by GOTOmsdos on 2007-1-1 at 10:56 PM ]
|
|
2007-1-1 11:32 |
|
|
johnsonlam
银牌会员
     阿林
积分 1410
发帖 497
注册 2004-6-28 来自 九龍,香港
状态 离线
|
『第 60 楼』:
使用 LLM 解释/回答一下
Originally posted by GOTOmsdos at 2007-1-1 11:32 AM:
johnsonlam 兄 跟我学到什么东西,我可不感当啊!
说实在的,我是从三年前才开始学电脑(三年前我是DOS之家和这里的骨灰级菜鸟),从两年前才开始学C(基本上总共学C的时间才一年左右),应该是新手才对。。C只是学了个皮毛而已。。。
我 玩 DOS 的 时 候 还 是 PC-DOS 3.2 呢 , 你 只 花 了 三 年 已 经 学 会 编 写 C 的 硬 盘 备 份 , 已 是 从 幼 儿 园 跳 升 到 大 学 了 !!
许 多 人 ( 包 括 口 才 甚 佳 , 人 格 差 劲 的 德 国 人 Eric Auer 先 生 也 未 能 够 写 出 这 类 程 式 ) , 而 且 保 加 利 亚 的 Lucho 副 博 士 也 将 你 的 toDISK 收 入 他 的 宝 贝 软 盘 镜 象 , 证 明 了 他 也 很 欣 赏 toDISK ... 他 是 其 中 一 位 FreeDOS 的 核 心 开 发 人 员 啊 ( 现 在 已 转 过 去 协 助 Enhanced DR-DOS 了 )
还 有 我 最 觉 得 Cool 的 显 示 ! 太 正 了 , 可 惜 你 事 忙 未 能 再 改 进 , 我 会 耐 心 地 等 的 ;)
Originally posted by GOTOmsdos at 2007-1-1 11:32 AM:
Brother johnsonlam, I don't dare to take credit for teaching you anything!
To be honest, I only started learning about computers three years ago (three years ago, I was an old菜鸟 at DOS Home and here). I only started learning C two years ago (I've only been learning C for about a year in total). I should still be a newbie. I've only scratched the surface of C...
When I was playing with DOS, it was still PC-DOS 3.2. You only spent three years to learn to write a C hard disk backup. That's like jumping from kindergarten to college!!
Many people (including Mr. Eric Auer, who has excellent eloquence but poor personality) have not been able to write such a program. Moreover, Dr. Lucho from Bulgaria included your toDISK in his baby floppy disk image, which proves that he also appreciates toDISK... He is one of the core developers of FreeDOS (now he has switched to assist Enhanced DR-DOS).
Also, the display that I think is the coolest! It's really great. It's a pity that you are busy and haven't been able to improve it. I will wait patiently ;)
|

我 的 網 站 - http://optimizr.dyndns.org
|
|
2007-1-6 12:51 |
|