Command with parameters
-
Hello everyone!
is it possible to do something like this?
with this command I can print a label directly to a zebra printer.
but i would like to be able to send files with different names.Thank you!
-
@marti-ruiz, the parameters you send with your trigger always get tacked on to the end of your command, so you should put that same command in a .bat file if you want the parameter where the %1 is.
Your TRIGGERcmd command would run your .bat script like this:
Your label.bat script contents:
type "C:\BC\%1" > \\mycomputer.local\ZEBRA