I want to run a macros through a batch file ,i am writing the foollowing code and when i run the batch file the batch file runs but the macros doesnt gets executed .
@echo off
start C:\"Program Files"\Cognos\cer4\bin\Cepbatch -m0 -1 "Macros" -2 "openDcube1"
echo Hello this is a test batch file
pause
is there any logon info i need to add or anything else?