Hi Experts,
Getting knee deep in EPM Automate. Was wondering something. If I have a .bat script to run an 'epmautomate' command, It doesn't ever make it to the 2nd one.....
@echo off
epmautomate downloadfile %AppName%_FY22_Export.txt
epmautomate downloadfile %AppName%_FY23_Export.txt
exit /b
So my question is: Is it possible to execute multiple 'epmautomate' commands in a single .bat script? Or do I really need to have only one command per a .bat script?
Thanks in advance for guidance. I would think it's possible but maybe not in the format I displayed.