|
zhri
高级用户
    zhri
积分 665
发帖 153
注册 2004-2-23
状态 离线
|
『第 16 楼』:
使用 LLM 解释/回答一下
例如:
echo 请按任意键继续
pause >nul
For example:
echo Press any key to continue
pause >nul
|
|
2004-5-1 00:00 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 17 楼』:
使用 LLM 解释/回答一下
Re huaqingyuan & zhri:
二位似乎都没有仔细看我在9楼的发言,walu兄的问题其实与它所书的标题没有太多的相关性。所以,huaqingyuan 兄提出的管道命令加脚本文件自动回复按任意键的方法,以及 zhri 兄提出的批处理里中实现暂停的方法,对楼主的问题并无助益。但仍然感谢两位对楼主的关心和论坛的支持!
Re huaqingyuan & zhri:
It seems that neither of you has carefully read my post on floor 9. Brother walu's question is actually not much related to the title he wrote. So, Brother huaqingyuan's method of using pipeline commands plus script files to automatically reply by pressing any key, and Brother zhri's method of implementing pause in batch processing are not helpful to the楼主's question. But still, thank you both for your care for the楼主and support for the forum!
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2004-5-1 00:00 |
|
|
billqiao
初级用户
 
积分 162
发帖 14
注册 2003-12-2
状态 离线
|
『第 18 楼』:
使用 LLM 解释/回答一下
用的着那么麻烦吗?用KPUSH或4DOS中的KEYSTACK命令,想键盘缓冲区填写一个键值即可,比如13
Is it necessary to be so complicated? Use the KEYSTACK command in KPUSH or 4DOS to fill a key value into the keyboard buffer, such as 13
|
|
2004-5-10 00:00 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 19 楼』:
使用 LLM 解释/回答一下
Re All:
上文中提到的ImageIt已更新,应walu兄之邀,再次做了批处理化的工作,见附件。不过是去处了9处cd 16的键盘IO中断代码而已。
ImageIt 3.1.06.01(Demo) - Super Backup & Recover Tool
(C) Copyright by WASAY, 1998-2003
Last edited by willsort on 2005-10-25 at 23:10 ]
Re All:
The ImageIt mentioned in the above text has been updated. At the invitation of Brother walu, the batch processing work has been done again, as shown in the attachment. However, it is to remove 9 pieces of keyboard IO interrupt code of cd 16.
ImageIt 3.1.06.01(Demo) - Super Backup & Recover Tool
(C) Copyright by WASAY, 1998-2003
Last edited by willsort on 2005-10-25 at 23:10 ]
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-10-24 13:46 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 20 楼』:
使用 LLM 解释/回答一下
这是个危险软件,有点像GHOST+分区+格式化+partCopy+备份+恢复。有进一步的说明吗?菜鸟们最好别去尝试!
This is a dangerous software, somewhat like GHOST + partitioning + formatting + partCopy + backup + restore. Is there any further explanation? Novices should better not try it!
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-10-25 13:55 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 21 楼』:
使用 LLM 解释/回答一下
Re 本是:
ImageIt也是一个备份还原工具,但它是命令行方式的,并且集成了分区操作的功能(相当于GDISK的功能),但是备份和还原的速度有些慢。以下文字引自无忧启动论坛( http://bbs.wwwfox.net/cgi-bin/topic.cgi?forum=36&topic=24)
关于其中的 wipe 开关有些不同看法:从字面上看,应该是擦除数据的意思,即将指定扇区清零,很难说与修复有何关联。其后的参数使用的是典型的CHS表示法,即柱面号、磁头号以及扇区号。
大家一定用过或听说过七喜等的一键恢复,这是一个中文的图形界面的系统备份恢复程序.
很早就有人想到过如何让它的主程序在DOS下运行,但是我找遍了整个网络也没有找到任何答案和有用的信息,后来就放下这个东东了,昨天晚上无意中想到再玩玩它,结果是终于成功在DOS下用命令行来做全自动的备份和恢复了.
下面我讲一下我得到的一些命令的使用方法,当然我所说的只是一部分功能而已,还有两个命令的功能不懂得如何用( /CRE /ACT ),就等各位高手来研究了:
ImageIt 3.1.06.01 - Super Backup & Recover Tool
(C) Copyright by WASAY, 1998-2003
Usage:
ImageIt <HardDisk> </Options>
/STATUS
/WIPE
/DEL{:part| ALL}
/CRE {SZ:size1 ]]|perc1 ]]}
/FOR{:part| ALL}
/ACT
/BACK{:part| ALL} ]]]
/RECO{:part| ALL}
/HIDE
/MBR
/NODETAILS
/MOUSE
/Y
/R
/SHUTDOWN
For more information, see ReadMe.TXT
以上为其所有功能的命令参数.
1.备份到D盘,备份文件名为DDD.EG批处理命令为:
it hd0 /back:1 file:d:\ddd /Y /NODETAILS /r
2.从D盘的备份文件DDD.EG恢复到第一硬盘的第一分区:
it HD0 /RECO:1 file:d:\DDD /Y /NODETAILS /r
大家可以在DOS下运行IT.COM得到命令帮助.
/CRE {SZ:size1 ]]|perc1 ]]}
很显然,这个参数是用来创建分区的,这个imageit的命令行有点儿类似于gdisk。SZ:表示要创建的分区的大小(直接指定大小,例如SZ:3072m,或者不加SZ参数直接使用百分比的方式指定(即后面的perc?参数,perc者,percent也)。
/ACT
这是用来设置激活分区的,ACT即Activate也。后面的参数part为分区的编号,-ACT表示取消激活。
Last edited by willsort on 2005-10-25 at 17:24 ]
Re Ben Shi:
ImageIt is also a backup and restore tool, but it is in command-line mode and integrates partition operation functions (equivalent to the functions of GDISK), but the backup and restore speeds are a bit slow. The following text is quoted from the Wuyou Boot Forum ( http://bbs.wwwfox.net/cgi-bin/topic.cgi?forum=36&topic=24)
There are some different views on the wipe switch among them: From the literal meaning, it should mean erasing data, that is, zeroing the specified sectors, and it is hard to say how it is related to repair. The subsequent parameters use the typical CHS notation, that is, cylinder number, head number, and sector number.
Everyone must have used or heard of the one-key recovery of Qixiu and others. This is a Chinese graphical interface system backup and recovery program.
A long time ago, someone thought about how to make its main program run under DOS, but I searched the entire network and didn't find any answers and useful information, and then I put this thing aside. Last night, I accidentally thought of playing with it again, and as a result, I finally succeeded in doing fully automatic backup and recovery under DOS using the command line.
Now I will talk about some command usage methods I have obtained. Of course, what I said is only part of the functions. There are two command functions that I don't know how to use (/CRE /ACT), so wait for all the masters to study:
ImageIt 3.1.06.01 - Super Backup & Recover Tool
(C) Copyright by WASAY, 1998-2003
Usage:
ImageIt <HardDisk> </Options>
/STATUS
/WIPE
/DEL{:part| ALL}
/CRE {SZ:size1 ]]|perc1 ]]}
/FOR{:part| ALL}
/ACT
/BACK{:part| ALL} ]]]
/RECO{:part| ALL}
/HIDE
/MBR
/NODETAILS
/MOUSE
/Y
/R
/SHUTDOWN
For more information, see ReadMe.TXT
The above are all the command parameters of its functions.
1. Backup to drive D, the backup file name is DDD.EG, the batch command is:
it hd0 /back:1 file:d:\ddd /Y /NODETAILS /r
2. Restore from the backup file DDD.EG on drive D to the first partition of the first hard disk:
it HD0 /RECO:1 file:d:\DDD /Y /NODETAILS /r
You can run IT.COM under DOS to get command help.
/CRE {SZ:size1 ]]|perc1 ]]}
Obviously, this parameter is used to create partitions. The command line of this imageit is a bit similar to gdisk. SZ: means the size of the partition to be created (directly specify the size, for example, SZ:3072m, or use the percentage method directly without the SZ parameter (that is, the subsequent perc? parameters, perc means percent).
/ACT
This is used to set the active partition. ACT is Activate. The subsequent parameter part is the number of the partition, and -ACT means cancel the activation.
Last edited by willsort on 2005-10-25 at 17:24 ]
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-10-25 17:13 |
|
|
本是
银牌会员
    
积分 2221
发帖 789
注册 2005-1-27
状态 离线
|
『第 22 楼』:
使用 LLM 解释/回答一下
谢谢回复。又学到东西了!
Thanks for the reply. Learned something new again!
|

my major is english----my love is dos----my teacher is the buddha----my friends--how about U |
|
2005-10-25 19:10 |
|
|
willsort
元老会员
         Batchinger
积分 4432
发帖 1512
注册 2002-10-18
状态 离线
|
『第 23 楼』:
使用 LLM 解释/回答一下
Re All:
刚刚从21楼提到的无忧启动论坛的链接中找到了 ImageIt 3.1.06.01 的非 demo 版,重做处理上传。21楼附件删除,此附件也可从顶楼(首贴)中下载。
Re All:
Just found the non-demo version of ImageIt 3.1.06.01 from the link of Wuyou Boot Forum mentioned on floor 21, and re-did the processing and uploaded it. The attachment on floor 21 is deleted, and this attachment can also be downloaded from the top floor (first post).
附件
1: it310601.rar (2005-10-25 23:09, 58.6 KiB, 下载附件所需积分 1 点
,下载次数: 68)
|

※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得! |
|
2005-10-25 23:09 |
|
|
jackysiemens
新手上路

积分 2
发帖 1
注册 2008-10-7
状态 离线
|
『第 24 楼』:
使用 LLM 解释/回答一下
还有没有更高版本的。
Is there a higher version available?
|
|
2008-10-7 23:32 |
|