Skip to content

Commit

Permalink
Merge pull request #131 from BigoStream/Development
Browse files Browse the repository at this point in the history
  • Loading branch information
REALSDEALS authored Nov 16, 2022
2 parents cef222d + 3371f40 commit 02fa7d1
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 20 deletions.
5 changes: 5 additions & 0 deletions Documentation/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog.md - pcHealth

## 16-11-2022 - @BigoStream - Full Version Release 1.5.8

Changed some minor faults in the script.
Some 'return' to menu functions were moving the user to the wrong 'sub-'menu.

## 04-10-2022 - @BigoStream

PowerShell script has seen some changes, some small feature updates. Nothing special yet.
Expand Down
3 changes: 2 additions & 1 deletion Documentation/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ For now only the version names will be displayed, in the future there might be e

# Current Version(s)

Full Release - v1.5.6 (Stable)
Full Release - v1.5.8 (Stable)
Beta Release - v1.5.7-beta
Alpha Release - v0.2.1-alpha (PowerShell)

Expand All @@ -15,6 +15,7 @@ Here you can see a overview of the older version.

### Full Release(s)

- Full Release - v1.5.8
- Full Release - v1.5.6
- Full Release - v1.5.4
- Full Release - v1.5.0
Expand Down
39 changes: 20 additions & 19 deletions Scripts/CMD/pcHealth.bat
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if '%errorlevel%' NEQ '0' (
:--------------------------------------
:: MainCode
@echo off
title pcHealth - Check your PC's Health! - version 1.5.7-beta
title pcHealth - Check your PC's Health! - version 1.5.8
cd /
color D
cls
Expand All @@ -42,7 +42,7 @@ echo Thanks for downloading and using pcHealth!
echo Please be sure that you are running this Batch file in Administrator mode.
echo.
echo Made by REALSDEALS - Licensed under GNU-3 (You are free to use, but not to change or to remove this line.)
echo You are now using version 1.5.7 (Beta)
echo You are now using version 1.5.8
echo.
echo %DATE%, %TIME%
echo.
Expand Down Expand Up @@ -153,9 +153,9 @@ color A
systeminfo
pause
echo.
SET /P C=Enter number 1 to return to the main-menu, enter number 2 to go back to the previous sub-menu or enter number 3 to close the script. Enter:
IF %C%==1 GOTO MENU
IF %C%==2 GOTO TOOLS
SET /P C=Enter number 1 to return to the sub-menu, enter number 2 to go back to the main menu or enter number 3 to close the script. Enter:
IF %C%==1 GOTO TOOLS
IF %C%==2 GOTO MENU
IF %C%==3 GOTO CLOSE

:SCAN
Expand Down Expand Up @@ -183,9 +183,9 @@ echo.
wmic path win32_VideoController get name
pause
echo.
SET /P E=Enter number 1 to return to the main-menu, enter number 2 to go back to the previous sub-menu or enter number 3 to close the script. Enter:
IF %E%==1 GOTO MENU
IF %E%==2 GOTO TOOLS
SET /P E=Enter number 1 to return to the sub-menu, enter number 2 to go back to the main menu or enter number 3 to close the script. Enter:
IF %E%==1 GOTO TOOLS
IF %E%==2 GOTO MENU
IF %E%==3 GOTO CLOSE

:DISM
Expand All @@ -207,9 +207,9 @@ color A
DISM /online /cleanup-image /restorehealth
pause
echo.
SET /P G=Enter number 1 to return to the main-menu, enter number 2 to go back to the previous sub-menu or enter number 3 to close the script. Enter:
IF %G%==1 GOTO MENU
IF %G%==2 GOTO TOOLS
SET /P G=Enter number 1 to return to the sub-menu, enter number 2 to go back to the main menu or enter number 3 to close the script. Enter:
IF %G%==1 GOTO TOOLS
IF %G%==2 GOTO MENU
IF %G%==3 GOTO CLOSE

:SCSM
Expand Down Expand Up @@ -447,7 +447,7 @@ echo Are you sure that you want to download the newest version of pcHealth?
echo.
SET /P AC=If yes, enter the number 1, if not enter number 2 to return to the previous sub-menu. Enter:
IF %AC%==1 GOTO PCHEALTHGETVERDOWNLOADLINK
IF %AC%==2 GOTO MENU
IF %AC%==2 GOTO PROGRAMS

:PCHEALTHGETVERDOWNLOADLINK
cls
Expand All @@ -457,9 +457,10 @@ echo Your download will start now!
echo.
start "" https://github.com/REALSDEALS/pcHealth/archive/refs/heads/main.zip
echo.
SET /P AD=To return to the main menu enter 1, to close the script enter 2. Enter:
IF %AD%==1 GOTO MENU
IF %AD%==2 GOTO CLOSE
SET /P AD=To return to the sub-menu enter 1, to return to the main menu enter 2 or to close the script enter 3. Enter:
IF %AD%==1 GOTO PROGRAMS
IF %AD%==2 GOTO MENU
IF %AD%==3 GOTO CLOSE

:HARDINFODOWN
cls
Expand Down Expand Up @@ -503,7 +504,7 @@ echo.
start "" https://downloads.malwarebytes.com/file/adwcleaner
echo.
SET /P AH=To return to the previous sub-menu enter 1, enter number 2 to return to the main-menu or enter number 3 to exit the script. Enter:
IF %AH%==1 GOTO TOOLS
IF %AH%==1 GOTO PROGRAMS
IF %AH%==2 GOTO MENU
IF %AH%==3 GOTO CLOSE

Expand All @@ -525,7 +526,7 @@ echo Your download will start now!
start "" https://osdn.net/projects/crystaldiskinfo/downloads/77538/CrystalDiskInfo8_17_4.zip/
echo.
SET /P AJ=To return to the previous sub-menu enter 1, enter number 2 to return to the main-menu or enter number 3 to exit the script. Enter:
IF %AJ%==1 GOTO TOOLS
IF %AJ%==1 GOTO PROGRAMS
IF %AJ%==2 GOTO MENU
IF %AJ%==3 GOTO CLOSE

Expand All @@ -547,7 +548,7 @@ echo Your download will start now!
start "" https://osdn.net/projects/crystaldiskmark/downloads/77539/CrystalDiskMark8_0_4b.zip/
echo.
SET /P AL=To return to the previous sub-menu enter 1, enter number 2 to return to the main-menu or enter number 3 to exit the script. Enter:
IF %AL%==1 GOTO TOOLS
IF %AL%==1 GOTO PROGRAMS
IF %AL%==2 GOTO MENU
IF %AL%==3 GOTO CLOSE

Expand All @@ -569,7 +570,7 @@ echo Your download will start now!
start "" https://www.guru3d.com/files-get/prime95-download,3.html
echo.
SET /P AN=To return to the previous sub-menu enter 1, enter number 2 to return to the main-menu or enter number 3 to exit the script. Enter:
IF %AN%==1 GOTO TOOLS
IF %AN%==1 GOTO PROGRAMS
IF %AN%==2 GOTO MENU
IF %AN%==3 GOTO CLOSE

Expand Down

0 comments on commit 02fa7d1

Please sign in to comment.