delphi programming forums mysql charset mget recursive synonimos
free ventrilo servers hosting cs javascript delay python find in list
Back Forum New
abstract:

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!


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!

TOP

Have you tried using the Window Script Host commands? Here is some code that should get you own your way:
http://armbrustconsulting.com/forums/viewtopic.php?t=13



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!

TOP

Back Forum