i have code when i click the left mouse and move the mouse it will show me white thing i dont know how to explain that just try what i explain and you will see it
second problem is when i have copied text and click the right mouse into the batch file it will paste the text what i have copied
this is the code
@echo off
set "psCommand=powershell -Command "$pword = read-host 'Enter Password' -AsSecureString ; ^
$BSTR=[System.Runtime.InteropServices.Marshal]::SecureStringToBSTR($pword); ^
[System.Runtime.InteropServices.Marshal]::PtrToStringAuto($BSTR)""
for /f "usebackq delims=" %%p in (`%psCommand%`) do set password=%%p
echo %password%
pause