Skip to content

Commit

Permalink
updated the file and make it work better
Browse files Browse the repository at this point in the history
  • Loading branch information
Shourjjo Majumder committed Feb 3, 2022
1 parent 85e15d2 commit 3ce30ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TempFileDeleter.bat
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

0 comments on commit 3ce30ae

Please sign in to comment.