Pass parameter in Run DOS action

Hello!
I’m trying to start exe file on remote server and I want to pass the path of my exe file to bat file which I run in Run DOS action.  The code of bat is:
pushd \server\folder\Reports --the path to my exe file
myprog.exe -e "http://site.com/ReportServer"
popd

Is there any solution to it? Thanks for any help!