Hello all!!
I've created a little batch file which starts a crystal reports file. But i need to re-run my report each time i run my batch file. Which parameters are needed in my batchfile to do this?
I have already this...
@ECHO ON
:START
START C:\DOCUME~1\ERLEP\Desktop\test.rpt
I've created a little batch file which starts a crystal reports file. But i need to re-run my report each time i run my batch file. Which parameters are needed in my batchfile to do this?
I have already this...
@ECHO ON
:START
START C:\DOCUME~1\ERLEP\Desktop\test.rpt