Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
UPS Lables Batch File Not working
I am able to generate UPS labels in either ZPL or EPL2 format but I cannot get my Zebra printer to print any labels.
I am using the following batch file
Net use LPT2: \%ComputerName%\ST_GK420d
Copy %1 LPT2
Net use LPT2: /Delete
Something is not right because when the file is produced I see the CMD prompt window flash up for a 1/4 of a second and then it disappears and I see the green light flash once or twice. But crucially the file is not deleted which tells me the batch file must be bombing out somewhere.
What format should I be making ZPL or EPL2?