Skip to content

Instantly share code, notes, and snippets.

@Symorg
Symorg / hide entry
Created September 15, 2015 22:36
No echo on password entry
cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK