so I have this .bat file:
.bat
@echo off cd C:\\Users\\user\\Downloads gcloud auth activate-service-account --key-file=keyFileName.json gcloud auth p
You can also just add CALL before each command, for example:
CALL
CALL gcloud app deploy CALL gcloud app describe