Skip to content

Commit

Permalink
Update line.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Minionguyjpro authored Nov 3, 2023
1 parent fe93908 commit 4c561c0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion line.bat
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ echo.
echo 1) Change terminal colors
echo 2) WiFi information
echo 3) Exit Control Panel
echo 4) Auto start WPE
set /p coption=Choose a setting to change:
if %coption%==1 call :scolor
if %coption%==2 goto wifi
if %coption%==3 goto rstart
if %coption%==4 goto autostart
goto cpanel

:wifi
Expand Down Expand Up @@ -122,6 +124,12 @@ goto cpanel
cls
goto start

:autostart
cls
copy ".\line.bat" "%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup"
echo Restart your computer and see the magic!
goto cpanel

:plist
echo 1) Notepad
echo 2) Task Manager
Expand Down Expand Up @@ -161,4 +169,4 @@ cls
goto start

:discord
start https://discord.gg/ZPhV9kT3gq
start https://discord.gg/ZPhV9kT3gq

0 comments on commit 4c561c0

Please sign in to comment.