I want to add button to TC and use a dism command in it:
dism.exe /capture-image /capturedir:c:\ /imagefile:d:\obraz.wim /compress:maximum /name:"C copy"
Simply:
(in command) dism.exe
(in parameters) /capture-image /capturedir:%P:\ /imagefile:%T:\obraz.wim /compress:maximum /name:"C copy" or "%P" and "%t" don't work at all.
Is it even possible to get

BR