Skip to content

Commit

Permalink
Fix display
Browse files Browse the repository at this point in the history
  • Loading branch information
STY1001 committed Feb 19, 2024
1 parent 7577639 commit 0279a3a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion AutoFlash.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
@echo off

powershell -window maximized -command ""

echo Please wait...

cd /d %~dp0\BIN

powershell -noexit -ExecutionPolicy Bypass -Command "& .\flash.ps1"
powershell -ExecutionPolicy Bypass -Command "& .\flash.ps1"

pause

0 comments on commit 0279a3a

Please sign in to comment.