|
ximage的命令参数
我也请教!请高手解释一下A!
Usage:
XIMAGE /append [Drive] [Image File] [Description]
XIMAGE /apply [Image File] [Drive] [Index #]
XIMAGE /capture [Drive] [Image File] [Description]
XIMAGE /config [Config File]
XIMAGE /delete [Image File] [Index #]
XIMAGE /dir [Image File] [Index #]
XIMAGE /export [Destination File] [Image File] [Index #]
XIMAGE /info [Image File]
XIMAGE /mount [Directory] [Image File] [Index #]
XIMAGE /mountrw [Directory] [Image File] [Index #]
XIMAGE /split [Image File] [Destination File] [Part Size (MB)]
XIMAGE /unmount [Directory]
Commands:
/append - Appends a volume image into an existing WIM file
/apply - Applies a volume image to the specified drive
/capture - Captures a volume image into a new WIM file
/commit - Commits the changes made to a mounted WIM
/compress - Sets compression type [none|fast|maximum] (default=maximum)
/config - Uses the specified file to set advanced options
/delete - Deletes an image from a WIM file with multiple images
/dir - Displays a list of files and folders within a volume image
/export - Transfers an image from one WIM file to another WIM file
/info - Returns the stores XML descriptions for the specified WIM
/ref - Sets WIM references for an apply operation
/scroll - Scrolls output for redirection
/split - Splits an existing WIM file into multiple read-only WIM parts
/verify - Verify duplicate/extracted files
/mount - Mounts an image, with read-only access, to the specified directory
/mountrw - Mounts an image, with read-write access, to the specified directory
/unmount - Unmounts the image mounted to the specified directory
/? - Returns valid command-line parameters for XImage
Examples:
ximage /capture D: data.wim "Drive D"
ximage /compress maximum /capture C: cdrive.wim "C Drive"
ximage /compress fast /capture E: data.wim "Drive E"
ximage /compress none /capture D: data.wim "Drive D"
ximage /scroll /append E: data.wim "Drive E"
ximage /apply data.wim D: 1
ximage /dir data.wim 1
ximage /delete data.wim 2
ximage /export dest.wim src.wim 1
ximage /info data.wim
ximage /config config.ini /capture D: data.wim "Drive D"
ximage /split data.wim dest.swm 600
ximage /ref image2.swm /apply image.swm D: 1
ximage /mount c:\mount data.wim 1
ximage /mountrw c:\mount data.wim 1
ximage /unmount c:\mount
ximage /unmount /commit c:\mount
Note - /mount, /mountrw or /unmount with no params will show list of mounted images
|
|