Код:
@echo off
for %%D in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do @if exist %%D:\DiskRoot.txt set DiskRoot=%%D
start /wait regedit /s %DiskRoot%\copy.reg
start /wait %DiskRoot%\dpinst.exe
start /wait %DiskRoot%\nero.exe /S
start /wait %DiskRoot%\flash.exe -install
start /wait %DiskRoot%\winrar.exe /VERYSILENT
start /wait %DiskRoot%\MicrosoftFixit50531.msi /quiet
exit
ну так задал в самом командном файле переменную DiskRoot
не отрабатывает