Ask a Question related to AIX, Design and Development.
-
Concerned3 Netizen #1
Cat seems to prefix lp output with a 00.
I'm trying to send a file to a barcode printer and it's ignoring my data stream because it's prefixed with an ascii 00.
The first character in the data is not 00.
The command i'm using is cat /tmp/label |lp -dprintwiz
Anyone know what might be the problem and how I can get around it.
Concerned3 Netizen Guest
-
Dreamweaver cannot use the prefix.... Help Please
When I am trying to set up a site using coldfusion, I get to the part where it asks me "What URL would you like to use to browse to your site?" It... -
Removing prefix from a string...
Hello, I need to strip strings with letters and numbers to just numbers. How can I turn the following "someXYZ123400" to "12-3400"? Thanks! -
URL Prefix Failed
:confused; I have installed Cold Fusion MX 7 along with CFMX 6. Both as internal web servers. 8500 & 8501. I'm trying to follow along with the... -
Namespace Prefix problem
Hi, i have a SOAP XML which is similar to this: <request xmlns="http://www.someurl.com"> <abc> <xyz></xyz> <xyz></xyz> </abc> I need the... -
getting the prefix from ?.something.com
I would like to use the web address prefix as a database locator. Is this possible to do without creating an individual site. example normal... -
LAIX Software Consulting #2
Re: Cat seems to prefix lp output with a 00.
I doubt its cat that is doing it. More likely, the print queue virtual
printer that you are using has a virtual printer formatter that is doing
something. To confirm:
cat /tmp/label | od -xc
or just try your lp command without cat:
lp -dqname /tmp/label
Try this:
qprt -Pqname -j! /tmp/label
The -j! disables the virtual printer initialization of the queue prior to
the job.
Best regards,
Paul
"Concerned3 Netizen" <chuckie@throwitaway.com> wrote in message
news:mzr9b.1185$Dt1.37641261@newssvr14.news.prodig y.com...
I'm trying to send a file to a barcode printer and it's ignoring my data
stream because it's prefixed with an ascii 00.
The first character in the data is not 00.
The command i'm using is cat /tmp/label |lp -dprintwiz
Anyone know what might be the problem and how I can get around it.
LAIX Software Consulting Guest



Reply With Quote

