Bugfix: Forgot I renamed/replaced menu.py

This commit is contained in:
Alan Mason 2017-12-01 11:57:38 -08:00
parent 1b00c1c9a3
commit 46582c1833
2 changed files with 2 additions and 2 deletions

View file

@ -3,4 +3,4 @@
wpeinit
wpeutil updatebootinfo
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"

View file

@ -1,2 +1,2 @@
@echo off
python "%SystemDrive%\.bin\Scripts\menu.py"
python "%SystemDrive%\.bin\Scripts\winpe_root_menu.py"