Bugfix: Forgot I renamed/replaced menu.py
This commit is contained in:
parent
1b00c1c9a3
commit
46582c1833
2 changed files with 2 additions and 2 deletions
|
|
@ -3,4 +3,4 @@
|
||||||
wpeinit
|
wpeinit
|
||||||
wpeutil updatebootinfo
|
wpeutil updatebootinfo
|
||||||
cd /d "%SystemDrive%\.bin"
|
cd /d "%SystemDrive%\.bin"
|
||||||
"%SystemDrive%\.bin\ConEmu\ConEmu.exe", /cmd cmd /k cd "%SystemDrive%\.bin" & python "%SystemDrive%\.bin\Scripts\menu.py"
|
"%SystemDrive%\.bin\ConEmu\ConEmu.exe", /cmd cmd /k cd "%SystemDrive%\.bin" & python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py"
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
@echo off
|
@echo off
|
||||||
python "%SystemDrive%\.bin\Scripts\menu.py"
|
python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue