QUOTE (jaclaz @ Nov 20 2009, 09:59 PM)

(this seems like work for
Lancelot 
)
Sorry for late response, batches working fine on x64 (no waik installed etc ;>)
Jaclaz, you are the ultimate batcher I know, I have a suggestion for your further batches if you like,
Here is the story:
To use batches easly on different platforms, I always pack required files of specific architecture.
So, In addition to the batches and psc's tool, I add sfx archive files to the batch folder.
wimgapi.dll_wimmount.sys_wimserv.exe-amd64-KB3AIK_EN.exe
wimgapi.dll_wimmount.sys_wimserv.exe-x86-KB3AIK_EN.exe
WimCaptEx_x64.sfx.exe (includes WimCaptEx.exe)
WimCaptEx_x86.sfx.exe (includes WimCaptEx.exe)
Another workaround i do not use is having a w_Add_Arch_Files.cmd with:
copy /y "%~dp0%PROCESSOR_ARCHITECTURE%\*.*" "%~dp0"
Here is the suggestion:
Maybe you may decide to use %PROCESSOR_ARCHITECTURE% folder (%~dp0%PROCESSOR_ARCHITECTURE%\) for tasks in batches , than all a user would need is to provide required files to AMD64 and x86 (and maybe ia64) folders...
This is only a suggestion

if you like (If you do not like, please ignore suggestion part of this post) , I hope this do not cause a strong Mediterranean wind From Italy to Izmir

, I am verry happy with your batches and with the sfx workaround I use. Thanks a lot for providing them