|
jsea123
新手上路

积分 10
发帖 3
注册 2006-1-13
状态 离线
|
『第 91 楼』:
使用 LLM 解释/回答一下
要是有返回值给DOS就好了
It would be nice if there were return values to DOS.
|
|
2006-2-8 22:26 |
|
|
microbird
新手上路

积分 4
发帖 2
注册 2006-3-17
状态 离线
|
『第 92 楼』:
使用 LLM 解释/回答一下
不错,我觉得最好的半自动就行!
建议客户能给自己腾空一定空间再进行!
Not bad, I think the best semi-automatic is fine!
It is suggested that customers can leave some space for themselves before proceeding!
|
|
2006-3-17 03:28 |
|
|
hzy
高级用户
   
积分 578
发帖 135
注册 2003-7-10
状态 离线
|
|
2006-3-19 02:35 |
|
|
hzy
高级用户
   
积分 578
发帖 135
注册 2003-7-10
状态 离线
|
『第 94 楼』:
使用 LLM 解释/回答一下
Originally posted by walu at 2004-3-20 12:00 AM:
感谢 Climbing 兄!今天等你一个上午,终于得到你的帮助。我弄了一个上午也弄不清楚,没办法,自己是个电脑盲兼英文盲。
这个脚本经刚才测试完兠...
为什么我这里运行这个脚本一点动静都没有呢?
批处理里面的语句:
pqmagic /cmd=pq.pqs
pq.pqs内容如下:(硬盘最后部分有2.0G未分配空间)
Select disk 1
Select Unallocated Largest
Create /FS=FAT32 /Size=GetUnallocatedSize
Originally posted by walu at 2004-3-20 12:00 AM:
Thanks, Brother Climbing! I waited for you all morning today and finally got your help. I spent the whole morning trying to figure it out, but I can't. Well, I'm a computer illiterate and also English illiterate.
This script just... after testing just now...
Why is there no response when I run this script here?
The statements in the batch file:
pqmagic /cmd=pq.pqs
The content of pq.pqs is as follows: (There is 2.0G of unallocated space at the end of the hard disk)
Select disk 1
Select Unallocated Largest
Create /FS=FAT32 /Size=GetUnallocatedSize
|
|
2006-3-20 20:21 |
|
|
hzy
高级用户
   
积分 578
发帖 135
注册 2003-7-10
状态 离线
|
『第 95 楼』:
使用 LLM 解释/回答一下
PQS脚本如下,可以实现自动分区。但不知为什么用这个脚本分区,装完IBM的一键还原程序后,扩展分区变成了“Type15”(PQ里变成黄色)?用PQ手动分区装IBM的一键还原程序则没有问题!
Select Disk 1
Select Partition First
Dim NeedSize
NeedSize = GetUsedAmount / 2 + 500
Select Partition Last
If GetUnusedAmount < NeedSize then
Select Partition First
End If
Resize Space After NeedSize
Select Unallocated After Selected Partition
Create /FS=FAT32 /LABEL="IBM_SERVICE"
Unhide
Convert To Primary
The PQS script is as follows, which can realize automatic partitioning. But I don't know why when using this script to partition, after installing IBM's one - key restore program, the extended partition becomes "Type15" (turns yellow in PQ)! When partitioning manually with PQ and installing IBM's one - key restore program, there is no problem!
Select Disk 1
Select Partition First
Dim NeedSize
NeedSize = GetUsedAmount / 2 + 500
Select Partition Last
If GetUnusedAmount < NeedSize then
Select Partition First
End If
Resize Space After NeedSize
Select Unallocated After Selected Partition
Create /FS=FAT32 /LABEL="IBM_SERVICE"
Unhide
Convert To Primary
|
|
2006-3-24 00:22 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 96 楼』:
使用 LLM 解释/回答一下
Originally posted by hzy at 2006-3-24 00:22:
PQS脚本如下,可以实现自动分区。但不知为什么用这个脚本分区,装完IBM的一键还原程序后,扩展分区变成了“Type15”(PQ里变成黄色)?用PQ手动分堮..
个人感觉,你写的分区脚本应该没有什么大问题,但我没有安装过IBM的一键还原程序,出你说的问题,有可能是IBM一键还原程序的问题。
Originally posted by hzy at 2006-3-24 00:22:
The PQS script is as follows, which can realize automatic partitioning. But I don't know why after using this script to partition and installing IBM's one-key restoration program, the extended partition becomes "Type15" (turned yellow in PQ)? Manually partition with PQ..
Personal feeling, the partition script you wrote should not have any major problems, but I haven't installed IBM's one-key restoration program. For the problem you mentioned, it may be a problem with IBM's one-key restoration program.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2006-3-24 09:13 |
|
|
hotdog53
新手上路

积分 2
发帖 1
注册 2006-8-7
状态 离线
|
『第 97 楼』:
求助
使用 LLM 解释/回答一下
可否将这个for dos版的分区软件也发一份给我,不甚感激,我找了很久,都找不到
q520112@163.com
Can you also send me a copy of this partition software for the DOS version? I would be very grateful. I have been looking for it for a long time and can't find it.
q520112@163.com
|
|
2006-9-9 23:00 |
|
|
chainliq
高级用户
    学无尽止
积分 635
发帖 244
注册 2006-4-15 来自 广西贵港
状态 离线
|
『第 98 楼』:
使用 LLM 解释/回答一下
噢,不错,最好能出来,我想这个在分区的时候,应该停留多久这个问题下手哦~!
Oh, not bad, it's best to come out. I think we should start with the question of how long this should stay when partitioning~!
|
|
2006-9-10 01:20 |
|
|
dugusuo
新手上路

积分 12
发帖 4
注册 2010-3-11
状态 离线
|
『第 99 楼』:
用PQ的参数命令合并分区
使用 LLM 解释/回答一下
如何用PQ的参数命令合并分区,就是把硬盘的最后的两个分区合并啊,把倒数第2个分区合并到最后那个分区里去啊。。。。。。。。。。。。。。
How to use PQ's parameter command to merge partitions, that is, merge the last two partitions of the hard disk, and merge the second-to-last partition into the last partition...
|
|
2010-3-15 16:05 |
|