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
cmd
for reproducing purpose). I've set theconfigFile=path
option, but it crushes with error:I've tried to set
--rootDirectory
param, 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"