Skip to content

Commit 6986936

Browse files
authored
Update start.bat
1 parent c6b1514 commit 6986936

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

start.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@echo off
2-
color 0A
3-
title JavaBooks PRO Launcher
2+
color 0a
3+
title JavaBooks Laun
44

55
:menu
66
cls
@@ -39,7 +39,7 @@ goto menu
3939
echo Compiling...
4040
javac com/javabooks/*.java
4141
if %errorlevel% neq 0 (
42-
echo ERROR!
42+
echo ERROR NOT FIND!
4343
pause
4444
goto menu
4545
)

0 commit comments

Comments
 (0)