mirror of
https://github.com/dragonflylee/WimHelper.git
synced 2025-01-08 11:37:37 +08:00
makeiso
This commit is contained in:
parent
6ac482b1df
commit
ff3f3c005c
@ -25,11 +25,11 @@ if exist "%DVD%\sources" (
|
||||
)>"%DVD%\sources\ei.cfg"
|
||||
rem ÅжÏUEFIÒýµ¼
|
||||
if exist "%UEFIBoot%" (
|
||||
"%Oscdimg%" -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISOFileName%"
|
||||
"%Oscdimg%" -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -l"%ISOLabel%" "%DVD%" "%ISOFileName%"
|
||||
) else if exist "%BIOSBoot%" (
|
||||
"%Oscdimg%" -bootdata:1#p0,e,b"%BIOSBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISOFileName%"
|
||||
"%Oscdimg%" -bootdata:1#p0,e,b"%BIOSBoot%" -o -h -m -u2 -l"%ISOLabel%" "%DVD%" "%ISOFileName%"
|
||||
) else (
|
||||
"%Oscdimg%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISOFileName%"
|
||||
"%Oscdimg%" -o -h -m -u2 -l"%ISOLabel%" "%DVD%" "%ISOFileName%"
|
||||
)
|
||||
goto :Exit
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user