I am using Azure batch. I have an exe which I need to execute on compute nodes.
I am using this path in the azure portal in my task window \"cmd /c %AZ_BATCH_APP_PACKAGE
As an alternative i am able to execute powershell script instead of exe
powershell C:\Scripts\CreateRG.ps1 -resourceGroup "MyRG" -location "eastUs"