|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『楼 主』:
如何使用Extract.exe来解压缩
使用 LLM 解释/回答一下
如何使用Extract.exe来解压缩。我想知道详细的用法。有那为大哥知道请告诉小弟一声。
How to use Extract.exe to extract files. I want to know the detailed usage. Is there any elder brother who knows please tell my younger brother.
|

 |
|
2003-4-23 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
你要解的是那一種格式的壓縮檔呢??
What kind of compressed file format do you need to solve?
|

MSN:tiqit2@hotmail.com
 |
|
2003-4-23 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
EXTRACT是CAB格式的解压工具,具体使用方法可用EXTRACT /?命令看到。
EXTRACT is an extraction tool for CAB format. The specific usage method can be seen by using the EXTRACT /? command.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-23 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
是小弟时间太急我没有说清楚,我想问的是在启动盘中的Autoexec中怎样解压缩文件。其中的%rand%来做盘符。
A:\>extract/?
Microsoft (R) Cabinet Extraction Tool - Version (16) 1.00.0610.0 (03/31/99)
Copyright (c) Microsoft Corp 1994-1999. All rights reserved.
EXTRACT cabinet
EXTRACT source
EXTRACT /C source destination
cabinet - Cabinet file (contains two or more files).
filename - Name of the file to extract from the cabinet.
Wild cards and multiple filenames (separated by
blanks) may be used.
source - Compressed file (a cabinet with only one file).
newname - New filename to give the extracted file.
If not supplied, the original name is used.
/A Process ALL cabinets. Follows cabinet chain
starting in first cabinet mentioned.
/C Copy source file to destination (to copy from DMF disks).
/D Display cabinet directory (use with filename to avoid extract).
/E Extract (use instead of *.* to extract all files).
/L dir Location to place extracted files (default is current directory).
/Y Do not prompt before overwriting an existing file.
A:\>
我想如果只想用help完全不用把ebd.cab中的所有文件都解压出来。
如果我只想用其中的KV3000为什么也要把ebd.cab中的所有文件都解压出来呢?
这样一来不是可以节约很多时间吗!
还有就是Wengier 我最近做好了一张很好的win98中文启动盘有622k的空余内存可供使用。
很完美的!
我会想办法快点发过来得!
It's that the younger brother was too rushed and didn't make it clear. I want to ask how to unzip files in Autoexec in the boot disk. Use %rand% as the drive letter.
A:\>extract/?
Microsoft (R) Cabinet Extraction Tool - Version (16) 1.00.0610.0 (03/31/99)
Copyright (c) Microsoft Corp 1994-1999. All rights reserved.
EXTRACT cabinet
EXTRACT source
EXTRACT /C source destination
cabinet - Cabinet file (contains two or more files).
filename - Name of the file to extract from the cabinet.
Wild cards and multiple filenames (separated by
blanks) may be used.
source - Compressed file (a cabinet with only one file).
newname - New filename to give the extracted file.
If not supplied, the original name is used.
/A Process ALL cabinets. Follows cabinet chain
starting in first cabinet mentioned.
/C Copy source file to destination (to copy from DMF disks).
/D Display cabinet directory (use with filename to avoid extract).
/E Extract (use instead of *.* to extract all files).
/L dir Location to place extracted files (default is current directory).
/Y Do not prompt before overwriting an existing file.
A:\>
I think if I just want to use help, I don't need to unzip all the files in ebd.cab at all.
Why do I need to unzip all the files in ebd.cab if I just want to use KV3000 among them!
In this way, a lot of time can be saved!
Also, Wengier, I recently made a very good Chinese boot disk for Win98, with 622k of free memory available.
It's perfect!
I will find a way to send it over quickly!
|

 |
|
2003-4-23 00:00 |
|
|
如是大师
元老会员
         步行的人
积分 9654
发帖 3351
注册 2003-3-11 来自 湖北
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
看看98bd的autoexec吧。
Take a look at the autoexec of 98bd.
|

弄花香满衣,掬水月在手。
明月鹭鸟飞, 芦花白马走。
我自一过后,野渡现横舟。
青云碧空在,净瓶水不流。
http://dos.e-stone.cn/guestbook/index.asp
======中國DOS聯盟=====
我的新网页http://rsds.7i24.com欢迎光顾 |
|
2003-4-23 00:00 |
|
|
lk
高级用户
   
积分 915
发帖 309
注册 2002-12-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
.
假设您要将ebd.cab 解压到%rand%,则:
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
Assuming you want to extract ebd.cab to %rand%, then:
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
|
|
2003-4-23 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
这是98启动盘里原本写的。我就是想把这两条改成只解压缩起中的几个文件。
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
比如说只把KV3000释放出来。
This is what was originally written in the 98 boot disk. I just want to change these two lines to only extract a few files from it.
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
For example, only extract KV3000.
|

 |
|
2003-4-24 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
以下是引用沈洁在2003-4-23 20:41:50的发言:
还有就是Wengier 我最近做好了一张很好的win98中文启动盘有622k的空余内存可供使用。
很完美的!
我好像没做过Win98中文启动盘吧?我最近一直在做超级MS-DOS 7.10启动盘。
The following is the speech of Shen Jie on 2003-4-23 20:41:50:
There is also that Wengier. I recently made a very good Chinese Win98 boot disk with 622k of free memory available.
It's perfect!
I don't seem to have made a Chinese Win98 boot disk? I've been making a super MS-DOS 7.10 boot disk recently.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-24 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-4-24 19:20:59的发言:
以下是引用沈洁在2003-4-23 20:41:50的发言:
还有就是Wengier 我最近做好了一张很好的win98中文启动盘有622k的空余内存可供使用。
很完美的!
我好像没做过Win98中文启动盘吧?我最近一直在做超级MS-DOS 7.10启动盘。
他说的是他做的。
The following is the speech of Wengier on 2003-4-24 19:20:59:
The following is the speech of Shen Jie on 2003-4-23 20:41:50:
Also, Wengier, I recently made a very good Chinese Win98 boot disk with 622k of free memory available for use.
It's perfect!
I don't seem to have made a Chinese Win98 boot disk? I've been making a super MS-DOS 7.10 boot disk recently.
He said he did.
|

Teamwork ! |
|
2003-4-24 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
哦,是“Wengier我”,而不是“Wengier”。
Oh, it's "Wengier我", not "Wengier".
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-4-24 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
以下是引用沈洁在2003-4-24 12:52:37的发言:
这是98启动盘里原本写的。我就是想把这两条改成只解压缩起中的几个文件。
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
比如说只把KV3000释放出来。
extract 原文件 要解的文件列表(用空格分就可以)
The following is the statement quoted from Shen Jie on 2003-4-24 12:52:37:
This is originally written in the 98 boot disk. I just want to change these two lines to only decompress a few files from it.
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL
For example, only release KV3000.
extract original file file list to be decompressed (just separate with spaces)
|

Teamwork ! |
|
2003-4-24 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
|
2003-5-2 00:00 |
|