x11start
Guest
at work we have several pcs that share some printers and plotters. In particular, a printer/photocopying machine is used for printing in 3 modes: color, mono and bypass i.e. use the outside drawer and not the inside a3 and a4 drawers.
in my lisp use for printing the related names that were assigned:
“taskalfa mono”
“taskalfa color”
“taskalfa bypass”
in the last pc that was added to the network, the names appear slightly different: “taskalfa_monocrome”. This would not be a problem for a "human"! instead for a pc, it becomes a problem.
I know that the solution would be to rename the printer on the incriminated pc, but I wonder if there is no possibility of finding a unique code (e.g. Ip 192.168.0.45) and re-use the name to pass to the lisp to make it "universal".
in my lisp use for printing the related names that were assigned:
“taskalfa mono”
“taskalfa color”
“taskalfa bypass”
in the last pc that was added to the network, the names appear slightly different: “taskalfa_monocrome”. This would not be a problem for a "human"! instead for a pc, it becomes a problem.
I know that the solution would be to rename the printer on the incriminated pc, but I wonder if there is no possibility of finding a unique code (e.g. Ip 192.168.0.45) and re-use the name to pass to the lisp to make it "universal".