Skip to content

Commit

Permalink
Added cls
Browse files Browse the repository at this point in the history
  • Loading branch information
ExtremePro11299 authored Sep 1, 2023
1 parent daa76c9 commit 0fb3d40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Setup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ echo 1) Activate Autorun
echo 2) Test Autorun (only works if autorun hasn't been activated yet)
echo 3) Exit
set /p binput=
cls
if !binput!==1 goto setupp
if !binput!==2 call Autorun.cmd
if !binput!==3 exit
goto start
:setupp
cls
echo This will make your program always run when you log in. Are you sure?
echo.
echo You can later always disable the runner in the Startup section of the Task Manager (ctrl+shift+esc to open)
Expand Down

0 comments on commit 0fb3d40

Please sign in to comment.