Hello everyone,
Is there a way to start a program on the scan event? for example, I thought the <prefix><data><suffix> would work but I can't find any documentation or examples. What I have is a perl program that opens an excel spread sheet and scans a certain column until it finds the barcode number that was just scanned. jumps over to the next column and puts a time associated with that scan. So what I'm wanting to do is:
perl myprogram.pl [my recent scan] (passing my recent scan to my calling program.)
I was trying to do that in the <prefix><data><suffix> fashion.
Can this be done? or am I just chasing a dream?? I have a loop that runs but people take the command window out of focus and the scanner doesn't scan to anything. I want to take that option away.
Thanks for any help in advance.
Rick