3
People progamo em React - Native and every time I access the CMD to run the React I have to do a series of procedures that I will write below
Does anyone know any way to create a bat that already runs this command simultaneously one after the other?
Open CMD in document folder
Cd usuário
Cd principal
Cd appdata
Cd local
Cd Android
Cd SDK
Cd plataforms- tools
React-native TCP:8081 tcp8081
Cd ../../../../../
Cd documentos
Cd pasta
React-native run-android
Have you ever tried to create a file with an ending . bat and the quoted commands? One on each line. Then just type the name of that file . bat
– gabrieloliveira
I didn’t try because I didn’t think it was that easy. I’ll try.
– nathan gabriel
I got it. Just create the file. Bat
– nathan gabriel
And put all commands that are executed one by one into the bat. Vlw
– nathan gabriel