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

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

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

javascript - Restarting Supervisor and effect on FlaskSocketIO -