Check for print.exe

At the R> type
ZIP CMD 
PRINT /?

If you get a syntax diagram then this should work

Type EXIT to get back to RBASE.

I use this to print to any printer, LPT or network printer.
The only caveats seem to be that there be no spaces in the sprinter spec and 
that the printer name be 8 characters or less or at least unique in the first 8 
characters.

set var vTmp = ('PRINT /D:' + .vPrinterSpec & .vFileName)
zip cmd /c .vTmp

This works for me.

Hope that gives you some blues clues!

Dennis McGrath
Software Developer
QMI Security Solutions
1661 Glenlake Ave
Itasca IL 60143
630-980-8461
[email protected]

--- RBASE-L
=======================3D=======================3
D=
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
=======================3D=======================3
D=
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
=======================3D=======================3
D=
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
=======================3D=======================3
D=
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
=======================3D=======================3
D=


Reply via email to