/W="<where clause>" not recognized
Symptom
Using /W="<where clause>" in a print command results in an error stating that command "=" is not recognized
Environment
BarTender 2019 and later
Integration Builder
Fix/Answer
/W="<where clause>"
The /W parameter is obsolete, and is supported only for backward compatibility. Use the /?<query prompt name> option as an alternative.
/?<query prompt name>="<query prompt value>"
Assigns a value to the specified query prompt. If there is no match, then the command is ignored. If a query prompt within the document is not set, then the query prompt dialog will be displayed with the remainder of the unset prompts. Multiple query prompts are supported on the command line. Setting query prompts only takes effect when /P, /PD, /FP, or /FPD are specified.