Non me ne intendo, ma ho trovato questo codice, da inserire credo nel file .bat
codice:
@ECHO OFFset"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%`)doset password=%%p  echo %password%