Download Beta Test Release notes

Transcript
User_Names*
;user name 1;user name 2;…
Section is only performed, if job is intiated by one
of the named users (logon name)

User and Printer names are separated with semicolons. The command argument must also begin with a
semicolon. The trigger is true, if one of the entries is found. The entries are case sensitive compared against the
program call arguments

Internally in the DSM code –P1Argument (printer_names) and the –P3Argument (user_names). If no command
call arguments are provided, the trigger is always true.
Inifile Example:
[Printing color is allowed?]
; In every job is a character 1, to the first trigge is always true
Trigger_Binary=1
; Now second trigger, check is the job comed from a user, who is
; allowed to print color
user_names=USER1XP;USER2NT;…
; The color printing is not allowed (command only for HP printers)
PlanesInUse=1
Ini File key: ElseTriggerActivateSection
This key is performed if a triggered section does not become true. As the key argument any section name can be
used. This section will be evaluated in the same way, as it would have become true using a search or trigger key.
[Printing color is allowed?]
Trigger_Binary=1
user_names=USER1XP;USER2NT;…
; Those ueser can print color
ElseTriggerActivateSection=Don‟t allow colour printing
[Don`t allow color printing}
; all the other ones not
PlanesInUse=1
Ini File key: ActivateSection
In order to generate common functions in one rule/section DSM can call from any Searched or triggered section
another section, where for example those common settings are performed:
Here an example that stores the delivery notes and invoices into the same archive.
[Invoices]
Trigger_Windows=Invoice No:
DSM_Command=K2;C1F500;C2F500F300;
ActivateSection=ArchiveJob
[DeliveryNotes]
Trigger_Windows=Delivery No:
DSM_Command=C1F500;
ActivateSection= ArchiveJob
[ArchiveJob]
OutArchiveDir=path for archive
- 56 Copyright © 2005 William Matthew Limited. All rights reserved.