Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Print barcode label through USB using shell

Status
Not open for further replies.

keithf01

Programmer
Jun 24, 2002
13
0
0
US
Looking for a way to print a barcode label to a zebra printer through a USB using the shell command the shell command.

Here is the code that works for com or LPT1

shell "cmd /c copy testfile.ext LTP1"
or
shell "cmd /c copy testfile.ext COM1"

Thanks in advance for any help.

Keith
 
NO concept of why you would want / need to do it this way. If printer driver can address the printer through the USB port, why don't you just use hte regular old every day "PRINT" function?




MichaelRed


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top