Skip to content

Instantly share code, notes, and snippets.

View arbagdi5050's full-sized avatar
💻
Seeking job opportunity

Anuj Bagdi arbagdi5050

💻
Seeking job opportunity
View GitHub Profile
@ECHO OFF
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDPrivate
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END