Does anyone know of a way to use a barcode (what type? code 39, QR code) that will open a pdf viewer and a file? If it will work, we'd like to put multiple files to open in one bar code, so all files would open at once with one bar code scan.
for example i am need one bar code to open all 3 of these files:
"C:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe" c:\a\test1.pdf
"C:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe" c:\a\test2.pdf
"C:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe" c:\a\test3.pdf
C#System Programming
Last Comment
Uchihaitachi
8/22/2022 - Mon
David Johnson, CD
use a qr code that calls a batch file that has the files
qr code \\mydowmain\myserver\myshare\files.bat
files bat
--------
pdfview \\shareneme\pdf1.pdf
pdfview \\sharename\pdf2.pdf
pdfview \\sharename\pdf3.pdf
---
QR Code sample code on codeplex http://is.gd/tHgV4d
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
qr code \\mydowmain\myserver\mysha
files bat
--------
pdfview \\shareneme\pdf1.pdf
pdfview \\sharename\pdf2.pdf
pdfview \\sharename\pdf3.pdf
---
QR Code sample code on codeplex http://is.gd/tHgV4d