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的空余内存可供使用。
很完美的!
我会想办法快点发过来得!作者: 如是大师 时间: 2003-4-23 00:00 看看98bd的autoexec吧。作者: lk 时间: 2003-4-23 00:00 .
假设您要将ebd.cab 解压到%rand%,则:
copy extract.exe %RAMD%:\ > NUL
%RAMD%:\extract /y /e /l %RAMD%: ebd.cab > NUL