-2
I am automating a process through a file. bat and at a certain point the cmd gives me a question, I wonder how can I do to answer.
I tried to:
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore app-release-unsigned.apk alias_name //Meu comando que solicita uma senha no cmd
"/senhaultrasecreta" //resposta que devo dar ao cmd
pause
I also tried only "senhaultrasecreta" but cmd tries to run as a file.
Is there any way to automatically reply to this message?
@Edit:
I tried the echo "senhaultrasecreta"
but it is not written