Page 1 of 1

Wimcapture Destination Dir

Posted: Tue Sep 25, 2018 11:51 pm
by laddanator
I know how to capture a wim from a source drive but it looks by default the destination directory is the wimlib folder. Any way to make the destination directory of the capture be elsewhere? Example if I want the source drive C: to captured and stored in a folder on D:.

Re: Wimcapture Destination Dir

Posted: Thu Sep 27, 2018 2:43 pm
by chungy
Just give it the full path, it works like all other programs do:

Code: Select all

wimcapture C:\ D:\backup.wim

Re: Wimcapture Destination Dir

Posted: Wed Oct 10, 2018 2:39 pm
by laddanator
chungy wrote: Thu Sep 27, 2018 2:43 pm Just give it the full path, it works like all other programs do:

Code: Select all

wimcapture C:\ D:\backup.wim
Duh! I won't go into what stupid thing I was doing for this not to work! :lol:


Thanks for the reply!