Skip to content

Commit

Permalink
Updated the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
athkiasaris1 committed Mar 29, 2023
1 parent 3724318 commit b53bb6c
Showing 1 changed file with 76 additions and 29 deletions.
105 changes: 76 additions & 29 deletions Creative Cloud Process Killer.bat
Original file line number Diff line number Diff line change
Expand Up @@ -130,48 +130,27 @@ echo ^| ^|
echo ^| Adobe Creative Cloud ^|
echo ^| Process Killer ^|
echo ^| ^|
echo ^| Version: 1.5 ^|
echo ^| Version: 1.6 ^|
echo ^| ^|
echo ^| [1] Kill all Creative ^|
echo ^| Cloud Processes ^|
echo ^| ^|
echo ^| [2] Stop Creative ^|
echo ^| Cloud from start up ^|
echo ^| ^|
echo ^| [3] Open the GitHub ^|
echo ^| [3] Extras ^|
echo ^| ^|
echo ^| ^|
echo ^| [4] Credits ^|
echo ^| [4] Check for Updates ^|
echo ^| ^|
echo ^| ^|
echo ^| [5] Check for Updates ^|
echo ^| ^|
echo ^| ^|
echo ^| [6] EXIT ^|
echo ^| [5] EXIT ^|
echo ^| ^|
echo --------------------------
echo[
choice /C:123456 /N /M ". Option:
choice /C:1234567 /N /M ". Option:

if errorlevel 6 exit
if errorlevel 5 (
title Updates ^> Creative Cloud Stopper Killer
cls
echo[
echo Check for updates
echo[
echo Your Version: 1.5
echo[
curl https://athkiasaris1.github.io/CreativeCloudProcessKiller-web/currentversionwtext
curl https://athkiasaris1.github.io/CreativeCloudProcessKiller-web/currentprereleaseversionwtext
echo[
echo To Update go to the github!
echo[
pause
cls
goto menu
)
if errorlevel 4 (
if errorlevel 7 (
title Credits ^> Creative Cloud Process Killer
cls
echo[
Expand Down Expand Up @@ -208,11 +187,79 @@ pause
cls
goto menu
)
if errorlevel 3 (
if errorlevel 6 (
cls
start https://github.com/athkiasaris1/Creative-Cloud-Process-Killer
goto menu
)
if errorlevel 5 exit
if errorlevel 4 (
title Updates ^> Creative Cloud Stopper Killer
cls
echo[
echo Checking The Ineternet Connection
Ping www.google.com -n 1 -w 1000
cls
if errorlevel 1 (
echo[
echo Check for updates
echo[
echo Your Version: 1.6
echo[
echo Please Connect to the Internet
echo to Check for Updates
echo[
) else (
echo[
echo Check for updates
echo[
echo Your Version: 1.6
curl https://athkiasaris1.github.io/CreativeCloudProcessKiller-web/currentversionwtext
curl https://athkiasaris1.github.io/CreativeCloudProcessKiller-web/currentprereleaseversionwtext
echo[
echo To Update go to the github!
echo[
)
pause
cls
goto menu
)
if errorlevel 3 (
title Extras ^> Creative Cloud Process Killer
cls
echo[
echo[
echo --------------------------
echo ^| ^|
echo ^| Extras ^|
echo ^| ^|
echo ^| [4] Check for Updates ^|
echo ^| ^|
echo ^| ^|
echo ^| [6] Open the GitHub ^|
echo ^| ^|
echo ^| ^|
echo ^| [7] Credits ^|
echo ^| ^|
echo ^| ^|
echo --------------------------
echo[
echo[
echo[
echo[
echo[
echo[
echo[
echo[
echo[
echo[
echo[
echo[
echo[
pause
cls
goto menu
)
if errorlevel 2 (
title Start Up Stopper ^> Creative Cloud Process Killer
cls
Expand All @@ -226,7 +273,7 @@ echo[
echo WARNING 2 IF YOU WANT NONE OF THE
echo CC PROCESSES RUNNING PLEASE
echo DISABLE CCXProcess.exe FROM TASK
echo MANAGER START UP
echo MANAGER START UP MENU
echo[
pause
echo[
Expand Down

0 comments on commit b53bb6c

Please sign in to comment.