Code: Select all
wimlib-imagex.exe update boot.wim 1 < update.txtCode: Select all
The '<' operator is reserved for future use.Code: Select all
wimlib-imagex.exe update boot.wim 1 < update.txtCode: Select all
The '<' operator is reserved for future use.Code: Select all
GET-CONTENT update.txt | wimlib-imagex.exe update boot.wim 1Thank you. That was surprisingly simple and works perfectly.JFX wrote:Stdin redirection is different in powershell:
Code: Select all
GET-CONTENT update.txt | wimlib-imagex.exe update boot.wim 1