Password promt not displayed in PowerShell ISE -


i have executable android sdk: keytool.exe call following:

keytool.exe -list -keystore mykeystore.ks 

when executed in cmd, executable promts keystore password.
when executed in powershell ise - nothing happens.

why password promt not displayed inside powershell?

enter image description here

looks powershell ise not support user promt (see comments). pitty, since have been tool


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -