setup.cmd
-------------------------------------------------------------------------------
@echo off
for %%a in (c d e f g h i j k l m n o p q r s t u v w y z) do (if exist %%a:\win7\install.wim x:\sources\7setup.exe /installfrom:%%a:\win7\install.wim)
exit
-------------------------------------------------------------------------------