All Questions
1 question
0
votes
0
answers
20
views
Automate running and unpacking SFX file with password using Python
I am currently trying to automate the extraction of an SFX file while using Python. Is there any way I can automate:
running the .exe
enter the password
retry if the password wasn't correct?
Thanks ...