Skip to content

nestedbytes/TempFileRemover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

TempFileRemover Will help you remove temp files in your pc.If you want to make your own version then check out Copyright , How to see the code and Modify

Download

Download
Run the batch file as administrator
image
Click yes in the prompt
It should open
After a few seconds the temp files will be removed
image

How to see the code

To modify right click and click edit
image it should open in notepad
image

Modify

Modify the color of the text

@echo off
color 3

0 = Black 8 = Gray 1 = Blue 9 = Light Blue 2 = Green A = Light Green 3 = Aqua B = Light Aqua 4 = Red C = Light Red 5 = Purple D = Light Purple 6 = Yellow E = Light Yellow 7 = White F = Bright White
Modify the app version

echo version 1.1.0

modify the app repo

echo please visit our repo https://www.github.com/shourgamer2/TempFileRemover
start https://www.github.com/shourgamer2/TempFileRemover

modify the title,the text at the start and the main code

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

Copyright

Copyright (c) 2022 Shourjjo Majumder If you copy this app please mention my github profile and repo.