Search found 2 matches

by pxeboot
Sat Aug 19, 2017 2:57 am
Forum: wimlib discussion
Topic: wimlib-imagex.exe update from PowerShell
Replies: 2
Views: 8055

Re: wimlib-imagex.exe update from PowerShell

JFX wrote:Stdin redirection is different in powershell:

Code: Select all

GET-CONTENT update.txt | wimlib-imagex.exe update boot.wim 1
Thank you. That was surprisingly simple and works perfectly.
by pxeboot
Sun Aug 13, 2017 10:06 pm
Forum: wimlib discussion
Topic: wimlib-imagex.exe update from PowerShell
Replies: 2
Views: 8055

wimlib-imagex.exe update from PowerShell

Sorry if this has been asked before, but I am unable to run this command from PowerShell: wimlib-imagex.exe update boot.wim 1 < update.txt Here is the error that is generated: The '<' operator is reserved for future use. The exact same command is successful in cmd.exe. Is there another character tha...