Skip to content

Instantly share code, notes, and snippets.

View sh-ravan's full-sized avatar

Shravan sh-ravan

View GitHub Profile
@grantpullen
grantpullen / fastdelete.bat
Last active May 22, 2023 03:19
Windows 10 fast delete
@echo off
echo Delete Folder: %CD%
setlocal
:PROMPT
set /P AREYOUSURE=Are you sure (Y/[N])?
if /I "%AREYOUSURE%" NEQ "Y" goto END
echo Removing Folder: %CD%
set FOLDER=%CD%
cd /