Answer the question
In order to leave comments, you need to log in
How to execute commands one by one in cmd?
There are three commands:
"c:\Program Files (x86)\BlueStacks\HD-Adb.exe" shell
/system/xbin/bstk/su
pm disable-user com.bluestacks.s2p
Answer the question
In order to leave comments, you need to log in
Your script is waiting for "c:\Program Files (x86)\BlueStacks\HD-Adb.exe" shell to complete.
add the word start to the beginning of the line - the batch file will not wait =)
i.e. first line
start "c:\Program Files (x86)\BlueStacks\HD-Adb.exe" shell.
In the batch file you created, add pause at the end - you will see what the console writes, and there you may understand the reason, and write here what happens.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question