rainforestnet / CrystalReportsNinja

A small Windows Console App that loads external Crystal Reports file, takes parameter inputs and export to various format or even print to printer
http://www.rainforestnet.com
93 stars 77 forks source link

Unable to specify log file #28

Open dataclear opened 6 years ago

dataclear commented 6 years ago

Very useful that you can specify to write a log file but it would be great to be able to specify the log file location and filename:

CrystalReportsNinja.exe -F "Report.rpt" -O "Report.pdf" -E "pdf" -L "Report-log.txt"

This would make it much easier to match a log file to a report file.

mhertzfeld commented 6 years ago

I will add this functionality to my fork sometime in the near future.

https://github.com/mhertzfeld/CrystalReportsNinja/issues/5