How to set rootDirectory param?
-
Good day. I'm trying to run a single executable jsreport.exe version from different folder (we have our own supervisor application for processes management, but I did that using
cmdfor reproducing purpose). I've set theconfigFile=pathoption, but it crushes with error:
I've tried to set
--rootDirectoryparam, but with no luck. Any advices?
-
Try to run jsreport.exe with proper working directory
cmd /c "cd /d d:\pathtoworkingdir && d:\pathtoexe\jsreport.exe start"