Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
removed extra code that isnt supposed to be in the standalone version (line.bat)
  • Loading branch information
alphe-lbp authored Nov 4, 2023
1 parent 4ec014d commit efdce80
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions line.bat
Original file line number Diff line number Diff line change
Expand Up @@ -125,17 +125,13 @@ goto start
:plist
echo 1) Notepad
echo 2) Task Manager
echo 3) Paint.Net
echo 4) Microsoft Paint 95
echo 5) Games [DIR]
echo 6) Return to Start List
echo 3) Games [DIR]
echo 4) Return to Start List
set /p poption=Select a program from the Programs List:
if %poption%==1 call :notepadappcls
if %poption%==6 goto rstart
if %poption%==4 goto rstart
if %poption%==2 call :taskmgrcls
if %poption%==3 call :paintnet
if %poption%==4 call :mspaint
if %poption%==5 call :glist
if %poption%==3 call :glist
goto plist
exit /b

Expand Down Expand Up @@ -202,7 +198,7 @@ cls

:aboutwpe
cls
echo Windows Pocket Edition - Version Alpha 0.0.3 (Build: A8) - Made by The Kernel Brothers
echo Windows Pocket Edition - Version Alpha 0.0.3 (Build: A9) - Made by The Kernel Brothers
echo.
pause
echo.
Expand Down

0 comments on commit efdce80

Please sign in to comment.