-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated the file and make it work better
- Loading branch information
Shourjjo Majumder
committed
Feb 3, 2022
1 parent
85e15d2
commit 3ce30ae
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
@echo off | ||
color 3 | ||
echo version 1.1.0 | ||
echo please visit our repo https://www.github.com/shourgamer2/TempFileRemover | ||
echo Temp File deleter | ||
title Temp File deleter | ||
cd /D %temp% | ||
for /d %%D in (*) do rd /s /q "%%D" | ||
del /f /q * | ||
echo Temp Files Have Been Deleted | ||
start https://www.github.com/shourgamer2/TempFileRemover | ||
pause |