I'm attempting to print to a Zebra printer (barcode) by taking the results of an .asp page and sending the output to the Zebra printer, which will interpret the output / embedded Zebra Program Language (ZPL). Thus, printing the output at runtime.
Does anyone know how to send a dos command with a vbscript from an .asp page that will send the .asp result output to a notepad file then send the notepad file to the printer at run-time?
I tried a few scripts, but nothing worked.
thanks!