Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

EPM Automate - Multiple 'epmautomate' commands in a single batch script?

User_XUC2IMay 23 2019 — edited May 23 2019

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.

This post has been answered by JohnGoodwin on May 23 2019
Jump to Answer
Comments