@echo -off
@fs0:
@if exist Startup.nsh then
@goto Flash
@else
@goto CheckFs1
@endif
@:CheckFs1
@fs1:
@if exist Startup.nsh then
@goto FLash
@else
@goto CheckFs2
@endif
@:CheckFs2
@fs2:
@if exist Startup.nsh then
@goto FLash
@else
@goto CheckFs3
@endif
@:CheckFs3
@fs3:
@if exist Startup.nsh then
@goto FLash
@else
@goto CheckFs4
@endif
@:CheckFs4
@fs4:
@if exist Startup.nsh then
@goto FLash
@else
@goto CheckFs5
@endif
@:CheckFs5
@fs5:
@if exist Startup.nsh then
@goto FLash
@else
@goto CheckFs6
@endif
@:CheckFs6
@fs6:
@if exist Startup.nsh then
@goto FLash
@else
@goto CheckFs7
@endif
@:CheckFs7
@fs7:
@if exist Startup.nsh then
@goto FLash
@else
@goto end
@endif
@:FLash
AfuEfix64.efi  b450m-ftech.i03 /P /B /N /X /K
@goto end
@:end