RFiDGear v1.3.8451
Backend related changes
- Feature: Added internal variables
-
%EXIT will immediatly exit rfidgear
-
adding a question-mark to the REPORTOUTPUTPATH variable will add a counter
to the resulting filename i.e.
REPORTOUTPUTPATH="C:\Path\where\Report\is\placed-??.pdf" would be replaced to
REPORTOUTPUTPATH="C:\Path\where\Report\is\placed-01.pdf" where always +1
would be added to any existing filename matching.Notes: File must end with ".pdf"; The ?? must be the last character before
the .pdf file extension. Available digits are: ?, ?? and ???
-