I would like to create barcode macros - if the user scans a certain barcode, that would run a script. The barcode can be any character string, just to trigger the script. Any ideas?
Thanks in advance!
I would like to create barcode macros - if the user scans a certain barcode, that would run a script. The barcode can be any character string, just to trigger the script. Any ideas?
Thanks in advance!
To run a script based on a specific input (e.g. keyboard) do this:
Example of scanned string: asdkffasdf
:?*:asdkffasdf::
SoundBeep, 500,500
MsgBox, String asdkffasdf has been scanned
Return