Hi everyone
I have read through a lot of posts on the issue and they don't seem to help me in this error.
I am trying to use the run command tool to use the google cloud CLI.
I have a .bat file that runs with no errors manually, but when I try to run it with the run command tool I get the following error:
Error: Run Command (94): The external program "C:\Users\...\gcloud1.bat" returned an error code: 1
This is how the tool is setup:

The contents of the .bat file is:
gsutil ls gs://ocr-example/ > g1.csv
Any help would be much appreciated.