Skip to content

Commit bd3fec4

Browse files
committed
🚀 RELEASE: 3.0.7-beta.6
1 parent 67125a9 commit bd3fec4

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "wrn-cleaner",
3-
"version": "3.0.7-beta.1",
3+
"version": "3.0.7-beta.6",
44
"description": "An open source best all-in-one Windows PC cleaner.",
55
"main": "gulpfile.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"build": "gulp build"
88
},
99
"repository": {
1010
"type": "git",

wrn-cleaner-v3.0.0.bat

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
REM =============================
22
REM WRN Cleaner - https://github.com/WarenGonzaga/wrn-cleaner
33
REM An open source best all-in-one Windows PC cleaner.
4-
REM Version: 3.0.0
4+
REM Version: 3.0.7-beta.1
55
REM Github: https://github.com/WarenGonzaga/wrn-cleaner
66
REM Licensed Under The MIT License: http://opensource.org/licenses/MIT
7-
REM Copyright (c) 2020 Waren Gonzaga
7+
REM Copyright (c) 2021 Waren Gonzaga
88
REM
99
REM Facebook: @warengonzagaofficialpage
1010
REM Twitter: @warengonzaga
@@ -154,56 +154,56 @@ echo #
154154
ping localhost -n 2 >NUL
155155
tree
156156
timeout /t 3 /nobreak> null
157-
goto aDefrag
157+
goto aDiskClean
158158

159159
REM =============================
160-
REM Automatic Defragment Function
160+
REM Automatic DiskClean Function
161161
REM =============================
162-
:aDefrag
162+
:aDiskClean
163163
cls
164-
title %appname% PC Cleaner %appvers% - %appstat% [Defragment]
165-
echo # Auto Cleaning. [Defragment]
164+
title %appname% PC Cleaner %appvers% - %appstat% [DiskClean]
165+
echo # Auto Cleaning. [Disk Cleanup]
166166
echo # %divider%
167167
echo # Running.
168+
echo #
168169
ping localhost -n 2 >NUL
169170
cls
170-
echo # Auto Cleaning.. [Defragment]
171+
echo # Auto Cleaning.. [Disk Cleanup]
171172
echo # %divider%
172173
echo # Running..
173174
ping localhost -n 2 >NUL
174175
cls
175-
echo # Auto Cleaning... [Defragment]
176+
echo # Auto Cleaning... [Disk Cleanup]
176177
echo # %divider%
177178
echo # Running...
178179
echo #
179180
ping localhost -n 2 >NUL
180-
defrag /C /U /V
181+
cleanmgr /d%driveClean%
181182
timeout /t 3 /nobreak> null
182-
goto aDiskClean
183+
goto aDefrag
183184

184185
REM =============================
185-
REM Automatic DiskClean Function
186+
REM Automatic Defragment Function
186187
REM =============================
187-
:aDiskClean
188+
:aDefrag
188189
cls
189-
title %appname% PC Cleaner %appvers% - %appstat% [DiskClean]
190-
echo # Auto Cleaning. [Disk Cleanup]
190+
title %appname% PC Cleaner %appvers% - %appstat% [Defragment]
191+
echo # Auto Cleaning. [Defragment]
191192
echo # %divider%
192193
echo # Running.
193-
echo #
194194
ping localhost -n 2 >NUL
195195
cls
196-
echo # Auto Cleaning.. [Disk Cleanup]
196+
echo # Auto Cleaning.. [Defragment]
197197
echo # %divider%
198198
echo # Running..
199199
ping localhost -n 2 >NUL
200200
cls
201-
echo # Auto Cleaning... [Disk Cleanup]
201+
echo # Auto Cleaning... [Defragment]
202202
echo # %divider%
203203
echo # Running...
204204
echo #
205205
ping localhost -n 2 >NUL
206-
cleanmgr /d%driveClean%
206+
defrag /C /U /V
207207
timeout /t 3 /nobreak> null
208208
goto aSystemFileChecker
209209

0 commit comments

Comments
 (0)